initramfs-init: use apk's --clean-protected

This commit is contained in:
Timo Teras 2009-03-04 08:31:17 +02:00
parent 8fb3af8d05
commit a0297a62b2
1 changed files with 4 additions and 5 deletions

View File

@ -185,13 +185,12 @@ done
if [ -n "$KOPT_chart" ]; then
pkgs="$pkgs acct"
fi
apk add --root /newroot --initdb --quiet --progress $pkgs >/dev/null
eend $?
# kill .apk-new files
apkflags=""
if [ -z "$KOPT_keep_apk_new" ]; then
find /newroot/etc -name '*.apk-new' | xargs rm -f
apkflags="--clean-protected"
fi
apk add --root /newroot --initdb --quiet --progress $apkflags $pkgs >/dev/null
eend $?
# copy alpine release info
cp $ALPINE_MNT/.alpine-release $NEWROOT/