fix: Add bootstrap_packages.x86_64 configuration for mkarchiso

This commit is contained in:
Claude
2025-11-07 13:19:33 +00:00
parent 19337566a9
commit 87738e1e0b
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
cp -rf ./cfg/profiledef.sh ./archiso/configs/baseline/profiledef.sh
cp -rf ./scpt/mkarchiso ./archiso/archiso/mkarchiso
# Create empty bootstrap_packages file
touch ./archiso/configs/releng/bootstrap_packages.x86_64
# Build bootstrap
./archiso/archiso/mkarchiso -v -o ./ ./archiso/configs/releng/

View File

@@ -14,6 +14,7 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
bootstrap_packages="bootstrap_packages.x86_64"
airootfs_image_type="squashfs"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
file_permissions=(