Skip to content
Snippets Groups Projects
Commit 69608297 authored by Natanael Copa's avatar Natanael Copa
Browse files

initram: send output of apk add to /dev/null

parent d02470e2
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ mkdir -p /etc/apk
for i in $ALPINE_MNT/packages/*; do
echo $i >> /etc/apk/repositories
done
apk add --root /newroot --initdb --quiet --progress $pkgs
apk add --root /newroot --initdb --quiet --progress $pkgs >/dev/null
eend $?
# kill .apk-new files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment