initram: Do not echo alpine version
alpine-baselayout does it.
This commit is contained in:
parent
6112557963
commit
6dc879f1b4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user