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

This commit is contained in:
Josef Karthauser 2000-11-07 12:33:46 +00:00
parent 1d8068f94a
commit 57b8982cca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68437

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 *)