rc (553B)
1 # $Id: //depot/blt/etc/rc#5 $ 2 # 3 # System initialisation script. This is run by init after running 4 # rc.boot to get enough services going to proceed normally. We can 5 # run any program here, so we must use full pathnames. 6 7 # /boot/network 8 # /boot/tell network load eth ipv4 arp ne 9 # /boot/tell network probe ne 10 # /boot/tell network config ne0 ipv4 up 10.0.1.5 255.255.255.0 11 12 # /boot/ide 13 # /boot/tell vfs load ffs 14 # /boot/mkdir /freebsd 15 # /boot/tell vfs mount ffs /freebsd ide/0/0/1aZ 16 17 # PCI device services 18 # 19 /boot/pci 20 21 # Start the shell 22 # 23 /boot/bltsh 24