This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RescueBootCD/rootfs/linuxrc

16 lines
198 B
Bash
Executable File

#!/bin/sh
# iniciar el sistema
/etc/rc.sysinit
# pivotar y cambiar el rootcambiar el roor
/sbin/pivot_root . .
/sbin/chroot / /bin/sh
## desiniciar el sistema
#/etc/rc.sysuninit
#/sbin/reboot