Load the kernel and root file systems from floppy:/.

This commit is contained in:
joe 2000-11-07 12:33:46 +00:00
parent da94bd1139
commit cc3b767ced

View File

@ -269,8 +269,8 @@ do_floppy() {
# now transfer the floppy tree
cp -Rp floppy.tree/* ${MFS_MOUNTPOINT}
cat <<__EOF > ${MFS_MOUNTPOINT}/boot/loader.rc
load kernel
load -t mfs_root ${MFS_NAME}
load /kernel
load -t mfs_root /${MFS_NAME}
__EOF
(echo "-> Fixing permissions"; cd ${MFS_MOUNTPOINT} ; chown -R root *)