Compare commits

...

2 commits

Author SHA1 Message Date
75688c852c edit bootmodes 2024-03-20 14:49:03 +03:30
68b807832e add device mapper 2024-03-20 04:27:43 +03:30
2 changed files with 3 additions and 3 deletions

View file

@ -141,7 +141,7 @@ calamares
calamares-parch
boost
boost-libs
device-mapper
#Desktop
sddm

View file

@ -9,8 +9,8 @@ iso_version="$(date +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.grub.esp' 'uefi-x64.systemd-boot.esp'
'uefi-ia32.grub.eltorito' 'uefi-x64.systemd-boot.eltorito')
'uefi-x64.systemd-boot.esp'
'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"