mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Launch from initrd directly into OpenRC
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
241fcdf497
commit
ed18073698
1 changed files with 3 additions and 1 deletions
|
@ -162,4 +162,6 @@ umount /proc
|
|||
|
||||
unset -v singleuser overlay_dev root root_sfs
|
||||
|
||||
exec /bin/busybox switch_root /newroot /bin/bash --login
|
||||
/bin/busybox chroot /newroot /bin/openrc
|
||||
|
||||
exec /bin/busybox switch_root /newroot /bin/openrc-init
|
||||
|
|
Loading…
Reference in a new issue