V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m45s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
@@ -419,7 +419,7 @@ grub_parameter:
|
|||||||
grub:
|
grub:
|
||||||
background: # RECOMMENDED settings: JPG 1280 x 1024 px or JPG 1920 x 1080 px
|
background: # RECOMMENDED settings: JPG 1280 x 1024 px or JPG 1920 x 1080 px
|
||||||
enable: true # If you want to add a GRUB background.
|
enable: true # If you want to add a GRUB background.
|
||||||
path: "/includes/target/etc/default/grub.d/hexagon.png"
|
path: "/includes/target/etc/default/grub.d/hexagon_640_480.png"
|
||||||
bootdev: "/dev/sda" # Due notably to potential USB sticks, the location of the primary drive cannot be determined
|
bootdev: "/dev/sda" # Due notably to potential USB sticks, the location of the primary drive cannot be determined
|
||||||
# safely in general, so this needs to be specified.
|
# safely in general, so this needs to be specified.
|
||||||
force_efi: true # Force GRUB installation to the EFI removable media path?
|
force_efi: true # Force GRUB installation to the EFI removable media path?
|
||||||
|
|||||||
@@ -160,6 +160,8 @@ EOF
|
|||||||
var_fs_pass="0"
|
var_fs_pass="0"
|
||||||
write_fstab "${var_fs_uuid}" "${var_fs_path}" "${var_fs_type}" "${var_fs_opts}" "${var_fs_pass}"
|
write_fstab "${var_fs_uuid}" "${var_fs_path}" "${var_fs_type}" "${var_fs_opts}" "${var_fs_pass}"
|
||||||
|
|
||||||
|
### Generate CD-ROM entry.
|
||||||
|
mkdir -p "${TARGET}/media/cdrom0"
|
||||||
cat << 'EOF' >> "${TARGET}/etc/fstab"
|
cat << 'EOF' >> "${TARGET}/etc/fstab"
|
||||||
|
|
||||||
/dev/sr0 /media/cdrom0 auto noauto,nofail,ro,user,x-systemd.automount,x-systemd.device-timeout=0 0 0
|
/dev/sr0 /media/cdrom0 auto noauto,nofail,ro,user,x-systemd.automount,x-systemd.device-timeout=0 0 0
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
BIN
includes/target/etc/default/grub.d/club_1280_720.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
includes/target/etc/default/grub.d/club_640_480.png
Normal file
|
After Width: | Height: | Size: 392 KiB |
|
Before Width: | Height: | Size: 776 KiB After Width: | Height: | Size: 776 KiB |
BIN
includes/target/etc/default/grub.d/hexagon_1280_720.png
Normal file
|
After Width: | Height: | Size: 514 KiB |
BIN
includes/target/etc/default/grub.d/hexagon_640_480.png
Normal file
|
After Width: | Height: | Size: 174 KiB |