mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
scripts/mkimg.standard: add zfs and paxmark to extended image
This commit is contained in:
parent
e24ca6e442
commit
4adf03cf90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user