diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:03:39 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:03:39 -0500 |
| commit | 8090ee305b8759beb2afce335640db244c132455 (patch) | |
| tree | eeca7492cc78f509fa8bde36e45287895376888a /archiso_config/profiledef.sh | |
| parent | 4e8db800787b181a917efa093848c2476af4f31c (diff) | |
| download | voussoir-8090ee305b8759beb2afce335640db244c132455.tar.gz voussoir-8090ee305b8759beb2afce335640db244c132455.tar.xz | |
Some more tweaking to the installer, bake packages into the image
Diffstat (limited to 'archiso_config/profiledef.sh')
| -rw-r--r-- | archiso_config/profiledef.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archiso_config/profiledef.sh b/archiso_config/profiledef.sh index d627c03..aba5ff6 100644 --- a/archiso_config/profiledef.sh +++ b/archiso_config/profiledef.sh @@ -8,9 +8,8 @@ iso_application="Installer for Voussir, an arch boostrapper with snapshotting" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') -bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' - 'uefi-ia32.grub.esp' 'uefi-x64.grub.esp' - 'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito') +bootmodes=('bios.syslinux' + 'uefi.grub' ) arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="erofs" |
