revert: Remove bootstrap_packages configuration (not needed with custom mkarchiso)

This commit is contained in:
Claude
2025-11-07 13:22:51 +00:00
parent 87738e1e0b
commit 7b889fd5a2
2 changed files with 0 additions and 4 deletions

View File

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

View File

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