If we are creating a mini-bsd floppy with new commands, why do
we insert /dev/MAKEDEV in the floppy then? I dont have it anymore on a recent system, thus remove the information about it. Probably the information in the mini-kernelconfiguration example could use a little hand as well.
This commit is contained in:
parent
8357a1973e
commit
402dcb4530
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31154
1 changed files with 0 additions and 15 deletions
|
@ -2779,26 +2779,11 @@ gzip -c -best /bin/sync > /mnt/bin/sync
|
|||
|
||||
cp /root/.profile /mnt/root
|
||||
|
||||
cp -f /dev/MAKEDEV /mnt/dev
|
||||
chmod 755 /mnt/dev/MAKEDEV
|
||||
|
||||
chmod 500 /mnt/sbin/init
|
||||
chmod 555 /mnt/sbin/fsck /mnt/sbin/mount /mnt/sbin/halt
|
||||
chmod 555 /mnt/bin/sh /mnt/bin/sync
|
||||
chmod 6555 /mnt/sbin/restore
|
||||
|
||||
#
|
||||
# create the devices nodes
|
||||
#
|
||||
cd /mnt/dev
|
||||
./MAKEDEV std
|
||||
./MAKEDEV da0
|
||||
./MAKEDEV da1
|
||||
./MAKEDEV da2
|
||||
./MAKEDEV sa0
|
||||
./MAKEDEV pty0
|
||||
cd /
|
||||
|
||||
#
|
||||
# create minimum file system table
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue