some commit
This commit is contained in:
parent
d477613421
commit
a2209934cd
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ insmod udf
|
|||
insmod all_video
|
||||
insmod font
|
||||
if loadfont "${prefix}/fonts/unicode.pf2" ; then
|
||||
set gfxmode="auto"
|
||||
set gfxmode="1440x900"
|
||||
terminal_input console
|
||||
terminal_output console
|
||||
fi
|
||||
|
|
@ -42,6 +42,6 @@ timeout_style=menu
|
|||
|
||||
menuentry "Arch Linux (x86_64, UEFI)" --class arch --class gnu-linux --class gnu --class os --id 'archlinux' {
|
||||
set gfxpayload=keep
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID}
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} cow_spacesize=4G
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
|
|||
'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito')
|
||||
arch="x86_64"
|
||||
pacman_conf="pacman.conf"
|
||||
airootfs_image_type="squashfs"
|
||||
airootfs_image_type="erofs"
|
||||
#airootfs_image_tool_options=('-zlzma,109' -E 'ztailpacking,fragments,dedupe')
|
||||
airootfs_image_tool_options=('-zlzma,109')
|
||||
airootfs_image_tool_options=(-E 'ztailpacking,fragments')
|
||||
file_permissions=(
|
||||
["/etc/shadow"]="0:0:400"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue