diff options
author | psykose <alice@ayaya.dev> | 2023-02-13 13:59:42 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-02-13 14:59:42 +0100 |
commit | b0b993207b5c84f3b20e81ce1e7df216d3e867fd (patch) | |
tree | 8add1244b6672a0172e7bc109bfc584a2755dea9 /scripts | |
parent | 64e91069c947df519d539a8531ab1e36c212d483 (diff) | |
download | aports-b0b993207b5c84f3b20e81ce1e7df216d3e867fd.zip |
scripts/mkimg.standard.sh: add lz4/xz/zstd to extended
requested on irc- this makes decompressing data more convenient
starting only from an extended iso in certain usecases of having
additional images during installation.
increases image size by ~1.7MB
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.standard.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index 94890c044fd..b70c979327c 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -57,8 +57,8 @@ profile_extended() { btrfs-progs cksfv dosfstools cryptsetup e2fsprogs e2fsprogs-extra efibootmgr f2fs-tools - grub-bios grub-efi lvm2 mdadm mkinitfs mtools nfs-utils - parted rsync sfdisk syslinux util-linux xfsprogs zfs + grub-bios grub-efi lvm2 lz4 mdadm mkinitfs mtools nfs-utils + parted rsync sfdisk syslinux util-linux xfsprogs zstd zfs " local _k _a |