mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-09 21:57:37 +00:00
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user