readme 정리2

This commit is contained in:
Sangbum Kim 2024-03-07 11:43:29 +09:00
parent 91e1330bde
commit a249d59b63
1 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,12 @@ umount -l /oldroot
rmdir /oldroot rmdir /oldroot
rmdir /run/overlay/merged rmdir /run/overlay/merged
exec /sbin/init exec /sbin/init
```
## USAGE
When booting the kernel, add the following line to the append parameter:
```
init=/sbin/init-wrapper
``` ```