mkinitrd(8): Miscellaneous permission related clean up.
[dragonfly.git] / share / initrd / rc
1 #!/bin/sh
2
3 # echo "Starting shell from md boot"
4 # exec sh
5
6 echo "Mounting new root"
7 /sbin/mount -t hammer /dev/da0s1d /new_root
8
9 echo "Mounting devfs on new root"
10 #/sbin/mount_devfs /new_root/dev
11 /sbin/mount_null /dev /new_root/dev