initram: Do not echo alpine version

alpine-baselayout does it.
This commit is contained in:
Natanael Copa 2009-02-11 14:10:24 +00:00
parent 6112557963
commit 6dc879f1b4

View File

@ -176,8 +176,7 @@ done
sync
ln -sf /.modloop/modules $NEWROOT/lib/modules
echo -e "\nStarting $(cut -f1 $NEWROOT/.alpine-release)"
echo ""
if [ -x $NEWROOT/sbin/init ]; then
exec /bin/busybox switch_root $NEWROOT /sbin/init $KOPT_init_args
fi