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

initram: Do not echo alpine version

alpine-baselayout does it.
parent 61125579
No related merge requests found
...@@ -176,8 +176,7 @@ done ...@@ -176,8 +176,7 @@ done
sync sync
ln -sf /.modloop/modules $NEWROOT/lib/modules ln -sf /.modloop/modules $NEWROOT/lib/modules
echo ""
echo -e "\nStarting $(cut -f1 $NEWROOT/.alpine-release)"
if [ -x $NEWROOT/sbin/init ]; then if [ -x $NEWROOT/sbin/init ]; then
exec /bin/busybox switch_root $NEWROOT /sbin/init $KOPT_init_args exec /bin/busybox switch_root $NEWROOT /sbin/init $KOPT_init_args
fi fi
......
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