root/morphix/trunk/scripts-main/loadmod.sh

Revision 2, 303 bytes (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 #!/bin/sh
2 # Minimodule loading has been moved to the base module,
3 # so now all this script does is execute the init.sh script in the
4 #
5 # $Id: loadmod.sh 954 2004-09-11 21:47:15Z alextreme $
6 #
7 # chroot-fs that's all ready for use...
8 echo "Chrooting to MainModule"
9 chroot /mnt/main sh /morphix/init.sh
10 #
11
Note: See TracBrowser for help on using the browser.