This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
16
16
arch=" x86_64"
17
17
pacman_conf=" pacman.conf"
18
18
airootfs_image_type=" squashfs"
19
- airootfs_image_tool_options=(' -comp' ' xz' ' -Xbcj' ' x86' ' -b' ' 1M ' ' -Xdict-size' ' 1M ' )
19
+ airootfs_image_tool_options=(' -comp' ' xz' ' -Xbcj' ' x86' ' -b' ' 128K ' ' -Xdict-size' ' 100% ' )
20
20
file_permissions=(
21
21
[" /etc/shadow" ]=" 0:0:400"
22
22
[" /root" ]=" 0:0:750"
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ btrfs send -f ${OUTPUT}/${FINAL_DISTRIB_IMAGE}.img ${ROOT_WORKDIR}/${OS_FS_PREFI
319
319
umount -l ${ROOT_WORKDIR} && umount -l ${WORKDIR} /work.img && rm -rf ${WORKDIR} && ${WORKDIR} /work.img
320
320
if [[ -z " ${NO_COMPRESS} " ]]; then
321
321
echo " Compressing image..."
322
- zstd --ultra - z ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img -o ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img.zst
322
+ zstd -z ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img -o ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img.zst
323
323
rm -rf ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img
324
324
chown 1000:1000 ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img.zst
325
325
chmod 777 ${OUTPUT} /${FINAL_DISTRIB_IMAGE} .img.zst
You can’t perform that action at this time.
0 commit comments