Update profiledef.sh disabled grub
This commit is contained in:
parent
516d75a7b5
commit
10818ba11b
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ iso_application="Parch Linux Xfce Live/Rescue CD"
|
|||
iso_version="$(date +%Y.%m.%d)"
|
||||
install_dir="arch"
|
||||
buildmodes=('iso')
|
||||
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito')
|
||||
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
|
||||
'uefi-x64.systemd-boot.esp'
|
||||
'uefi-x64.systemd-boot.eltorito')
|
||||
arch="x86_64"
|
||||
pacman_conf="pacman.conf"
|
||||
airootfs_image_type="squashfs"
|
||||
|
|
Loading…
Add table
Reference in a new issue