Commit Graph

77 Commits

Author SHA1 Message Date
Christian Hewitt
d7c7c37ab2 installer: unbrand and use @DISTRONAME@
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2025-05-11 12:28:50 +00:00
luzpaz
91a4766cef treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
2025-02-03 07:04:59 -05:00
mglae
fbcae7276b installer: fix device detection with pmbr_boot flag set
Failing on e.g. "/dev/sda:512GB:scsi:512:512:gpt:ATA Samsung SSD 850:pmbr_boot;"

Fixed by only matching the device name when removing rpmb and boot devices

RE was added for MMC support in #9d1d032 and removes special MMC areas like
/dev/mmcblk0rmpb or /dev/mmcblk0boot1
2023-01-16 19:30:15 +01:00
mglae
25fdeab358 installer: suppress "Error: /dev/sda: unrecognised disk label" on empty disk 2020-10-20 19:49:13 +02:00
mglae
49a0e028ad installer: support BOOT_IMAGE and SYSTEM_IMAGE boot options 2020-10-20 18:26:55 +02:00
mglae
4bf7d1d07d installer: on GPT set partition labels to defined names instead
of using "primary" string
2020-03-22 18:12:18 +01:00
mglae
f572a06c14 installer: Use FAT16 file system on system partition. 2020-03-22 18:12:18 +01:00
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
MilhouseVH
ab60ac71fc installer: add option to save installation log in /flash/logs; include extra system info 2018-05-16 05:44:02 +01:00
MilhouseVH
d2ab6680a7 installer: remove unused functions, pointless case, recursive calls and faulty breaks
I suspect the recursive calls were to work around the error caused by break
being called in a case statement which itself is within a while loop - the break
causes the while loop to terminate, bringing the installer to a grinding halt... whoops.

Now, menu_main() is called only from the main process loop, which we don't exit accidentally.

I've removed an entire case statement from do_install_quick() as this function either
performs an installation, or it doesn't - the case statement is pointless.

Due to the removal of whitespace, add ?w=1 in github.com when reviewing.
2018-05-16 03:29:20 +01:00
MilhouseVH
c1167e0bcb installer: switch to using UUIDs 2018-05-15 22:14:42 +01:00
MilhouseVH
517330f9fe installer: drop extlinux support, not needed - use syslinux 2018-05-15 22:14:42 +01:00
MilhouseVH
918ea3219f installer: use HERE doc 2018-05-15 22:14:42 +01:00
MilhouseVH
cdb7daba21 grub: drop /flash/grub.cfg 2018-05-15 22:14:42 +01:00
MilhouseVH
20992919e1 init: update copyright 2018-05-15 22:14:42 +01:00
MilhouseVH
2c281d13d9 syslinux.cfg/init/etc: unify syslinux.cfg 2018-05-15 22:14:42 +01:00
maideii
c268754d0d added EFI 32bit support via GRUB2-expanded all the config with variables 2017-10-10 11:31:49 +08:00
maideii
ccf8fddc1e added EFI 32bit support via GRUB2 omit tab indentation 2017-10-04 14:04:21 +08:00
maideii
8d501bbd3e added EFI 32bit support via GRUB2 2017-10-04 14:04:21 +08:00
Jonas Karlman
e4ba1d4736 scripts/mkimage: align partitions to 4MiB 2017-03-12 09:51:31 +01:00
Olli Salonen
3d96cd23c2 installer: cosmetics
Change some wording, add the "backtitle" to the installation phase.
2016-10-22 20:04:29 +03:00
Olli Salonen
85b9dc63d7 installer: ditch repair/upgrade mode
Remove the (at least on my system) broken repair/upgrade mode from
the installer. At the same time improve the formatting/wording of
some screens. Should be a bit simpler now.
2016-10-19 22:48:56 +03:00
Olli Salonen
d3698b0379 installer: small fixes
Fix a typo, get rid of installer version variable and change the URL to point to the correct LibreELEC URL.
2016-10-19 19:22:58 +03:00
Olli Salonen
ba4e620da8 installer: replace dialog with whiptail
This modifies the installer to use whiptail instead of dialog. Line drawing does not work without a proper locale. Create en_US.UTF-8 locale as part of the installer.
2016-10-19 01:33:39 +03:00
longchair
bb10e9d103 scripts : remove some hardcoded LibreELEC distro name
Allows a distro to have it's name appear in installer and busybox scripts
2016-04-13 17:20:22 +02:00