home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4816 < prev    next >
Encoding:
Text File  |  1992-08-29  |  3.3 KB  |  106 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!Germany.EU.net!olymp!boss1!juengst
  3. From: juengst@boss1.physik.uni-bonn.de (Henry G. Juengst)
  4. Subject: Re: Easy Install for 386bsd with more swap space!
  5. Message-ID: <1992Aug28.185941.10240@olymp.informatik.uni-bonn.de>
  6. Sender: juengst@boss1 (Henry G. Juengst)
  7. Organization: Universit"at Bonn, Informatikinstitut, R"omerstr 154, W-5300 Bonn 1
  8. References:  <1992Aug28.040755.2247@lugb.latrobe.edu.au>
  9. Date: Fri, 28 Aug 1992 18:59:41 GMT
  10. Lines: 94
  11.  
  12. In article <1992Aug28.040755.2247@lugb.latrobe.edu.au>, lurch@ee.latrobe.edu.au (Geoffrey Liersch) writes:
  13. > Here is an easier way to install 386bsd with a larger swap space and/or
  14. > a real partitioning scheme.  
  15. > NOTE:  Steps marked with a (*) can be skipped if a separate usr partition
  16. > is not required!
  17.  
  18. It could be interresting to use the install procedure to get the disktab
  19. values. So I would say:
  20.  
  21.   0.    Boot install disk, install just to init your hard disk.
  22.  
  23. > 1.    Boot the fixit.fs floppy.
  24. > 2.    Make the floppy writable:
  25. >         mount -u /dev/fd0a /
  26. > 3.    Make some space on the floppy:
  27. >         rm [A-Z]*
  28.  
  29.   3a.   Make a file with disk parameters:
  30.         disktab -r wd0a >/tmp/disklabel.log
  31.         cat /tmp/disklabel.log
  32.  
  33. > 4.    Make a disktab entry with a seperate usr partition if needed:
  34. >         vi /etc/disktab
  35.  
  36.         Use information found in /tmp/disklabel.log. That makes it a little
  37.         bit easier.
  38.  
  39. > 5.    Disklabel the hard disk:
  40. >         disklabel -w -r wd0 "drivename"
  41. > 6.    Prepare the root partition:
  42. >         newfs /dev/rwd0a
  43. > 7.(*)    Prepare the usr partition if necessary:
  44. >         newfs /dev/rwd0h        
  45. >         mount /dev/wd0a /mnt
  46. >         mkdir /mnt/usr 
  47. >         mkdir /mnt/sbin
  48. >         mkdir /mnt/dev
  49. >         cd /usr/distbin
  50. >         ls *mount | cpio -pdalmu /mnt/sbin
  51. >         cd /dev
  52. >         ls * | cpio -pdalmu /mnt/dev
  53. > 8.    Shutdown and remove the fixit.fs floppy:
  54. >         shutdown
  55. > 9.    Boot the dist.fs floppy.
  56. > 10.    Mount the root partition:
  57. >         mount /dev/wd0a /mnt
  58. > 11.(*)    Mount the usr partition if necessary: 
  59. >         mount /mnt/dev/wd0h /mnt/usr
  60. > 12.    Install the binaries:
  61. >         zcat /etc/baselist.Z | cpio -pdalmu /mnt    
  62. >         cd /mnt
  63. >         zcat /etc/baseutils.cpio.Z | cpio -idalmu
  64. > 13.    Shutdown and remove the dist.fs floppy:
  65. >         shutdown
  66. > 14.    Boot off the hard disk.
  67. > 15.    Make the root partition writable:
  68. >         mount -u /dev/wd0a /
  69. > 16.(*)    Mount the usr partition if necessary:
  70. >         mount /dev/wd0h /usr
  71. > 17.    Read the install notes in the root directory:
  72. >         zmore INSTALL.NOTES
  73. > 18.    (i)  If you have not got a seperate usr partition the install the 
  74. >          binary and other distributions as per the INSTALL.NOTES.
  75. >     (ii) If you have got a seperate usr partition then install the binary
  76. >          distribution as follows:
  77. >         mkdir /usr/tmp
  78. >         cd /usr/tmp
  79. >          Get the binary distribution to here as per the INSTALL.NOTES.
  80. >         cd /
  81. >         cat /usr/tmp/bin01* | uncompress | cpio -idalmu
  82. >         sh /tmp/install.bin01
  83. > 19.    Create the file /etc/fstab:
  84. >         vi /etc/fstab
  85. >     and add the following line(s): 
  86. >         /dev/wd0a    /    ufs rw 1 1
  87. >         /dev/wd0h    /usr    ufs rw 1 2 
  88. > 20.    Get to work!
  89. > I hope that this is helpful to someone.
  90. > Lurch
  91. > lurch@ee.latrobe.edu.au
  92.  
  93. Henry
  94.  
  95. -- 
  96. juengst@boss1.physik.uni-bonn.de [131.220.221.30]
  97. juengst@saph2.physik.uni-bonn.de [131.220.221.12]
  98. juengst@pib1.physik.uni-bonn.de  [131.220.221.2] (strange particle)
  99.  
  100. I'm only speaking for myself, but not for anybody else !
  101.