(2006-08-06) rescue-bootcd
This commit is contained in:
15
rootfs/linuxrc
Executable file
15
rootfs/linuxrc
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# iniciar el sistema
|
||||
/etc/rc.sysinit
|
||||
|
||||
|
||||
# pivotar y cambiar el rootcambiar el roor
|
||||
pivot_root . .
|
||||
chroot / /bin/sh
|
||||
|
||||
|
||||
## desiniciar el sistema
|
||||
#/etc/rc.sysuninit
|
||||
#/sbin/reboot
|
||||
|
||||
Reference in New Issue
Block a user