Summary
Previous  Top  Next

We modified a whole bunch of files that you might want to save for future reference and/or sanity. Here are all the files that we modified in no particular order:

1./etc/fstab   CF only  
2./etc/rc.conf  
3./etc/rc   CF only  
4./etc/rc.shutdown   CF only  
5.crontab –e   CF only  
6./etc/ttys  
7.(/etc/boot.conf)  

In addition we created the following directories

1./mfs/dev (incl. MAKEDEV and all devices)   CF only  
2./mfs/var.log (incl. log files)   CF only  

and we deleted the following directories

1./var/www   CF only  
2./var/games   CF only  
3./var/named   CF only  
4./var/yp   CF only  

and installed the following packages

1.bash-2.05b-static  
2.rsync-2.5.6   CF only  

At this point we should have a working OpenBSD installation and we are ready to configure all of our networking options now.

Important Note: In order to configure our system further we will need write access to our root partition, something we just disabled before. To remount the root file system read-write enter the following command:

mount –uw /dev/wd0a /

and enter this command to remount root read-only after you are done

mount –ur /dev/wd0a /