diff options
| author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-11-19 17:39:31 +0000 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-11-25 11:51:43 +0000 |
| commit | 0ca11641c70bf0ad39f5d059e052b247140b7b6c (patch) | |
| tree | 40b1fdb5e1c3d692052be86ec2c61af42b19fa0c | |
| parent | 06b07360be6bd0371fdff3c3131dbca0f3345f2e (diff) | |
| download | aports-0ca11641c70bf0ad39f5d059e052b247140b7b6c.tar.gz aports-0ca11641c70bf0ad39f5d059e052b247140b7b6c.tar.bz2 aports-0ca11641c70bf0ad39f5d059e052b247140b7b6c.tar.xz | |
scripts/mkimg.standard.sh: replace sudo with doas
As part of the move of sudo to community, we need to remove it from the
extended base image. Instead we add doas as a replacement.
| -rwxr-xr-x | scripts/mkimg.standard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.standard.sh b/scripts/mkimg.standard.sh index d84ffee1b0..b27eb938e3 100755 --- a/scripts/mkimg.standard.sh +++ b/scripts/mkimg.standard.sh @@ -41,7 +41,7 @@ profile_extended() { apks="$apks coreutils ethtool hwids doas logrotate lsof lm_sensors lxc lxc-templates nano - pciutils strace sudo tmux + pciutils strace doas tmux usbutils v86d vim xtables-addons curl acct arpon arpwatch awall bridge-utils bwm-ng |
