index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2022-06-13 16:40:29 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2022-06-18 08:47:25 +0300 |
commit | b72523e38989ec45ae5001be66bfcb978f59692c (patch) | |
tree | 67aae2f3306d5502c86c0c516870a90eab9e688b /configs | |
parent | 052987bfbb9de0a44367f9c28c7028cfc54c2c06 (diff) |
-rw-r--r-- | configs/baseline/profiledef.sh | 2 |
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh index 93002d4..4115581 100644 --- a/configs/baseline/profiledef.sh +++ b/configs/baseline/profiledef.sh @@ -14,7 +14,7 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="erofs" -airootfs_image_tool_options=('-zlz4hc,12') +airootfs_image_tool_options=('-zlz4hc,12' -E ztailpacking) file_permissions=( ["/etc/shadow"]="0:0:400" ) |