diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-19 15:25:58 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-19 15:25:58 +0200 |
commit | 4adf03cf90d72d79abc87d54d84e91fbfae384bd (patch) | |
tree | 70a7988b012c79e8fb5a973281b701096955d638 /scripts | |
parent | e24ca6e442970c613fae5ecd4833c9a87babf9e8 (diff) | |
download | aports-4adf03cf90d72d79abc87d54d84e91fbfae384bd.tar.bz2 aports-4adf03cf90d72d79abc87d54d84e91fbfae384bd.tar.xz |
scripts/mkimg.standard: add zfs and paxmark to extended image
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimg.standard.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index 6bc01e8431..1a2b86df75 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -17,11 +17,11 @@ profile_vanilla() { profile_extended() { profile_standard - kernel_addons="dahdi-linux xtables-addons" + kernel_addons="dahdi-linux xtables-addons zfs spl" apks="$apks dahdi-linux dahdi-tools ethtool hwdata lftp links logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano - pax-utils paxctl pciutils screen strace sudo tmux + pax-utils paxmark pciutils screen strace sudo tmux usbutils v86d vim xtables-addons acct arpon arpwatch awall bridge-utils bwm-ng @@ -38,6 +38,7 @@ profile_extended() { btrfs-progs cksfv dosfstools cryptsetup cciss_vol_status lvm2 mdadm mkinitfs mtools nfs-utils parted rsync sfdisk syslinux unrar util-linux xfsprogs + zfs " local _k _a |