remove blanks.
This commit is contained in:
parent
7217cac69e
commit
ede6b9416d
|
@ -1,20 +1,15 @@
|
|||
# fast file system on / root partition (NBR\7) lowest scsi disk unit
|
||||
# fast file system on / root partition (NBR\7) lowest scsi disk unit
|
||||
/dev/sd0a / ufs rw 1 1
|
||||
|
||||
# fast file system on /usr (NBU\7) next to lowest scsi disk unit
|
||||
# fast file system on /usr (NBU\7) next to lowest scsi disk unit
|
||||
/dev/sd0d /usr ufs rw 1 2
|
||||
|
||||
# virtual mem file system on /tmp using swap (NBS\0) scsi id 0 size 5M
|
||||
# /dev/sd0b /tmp mfs rw,-s10240
|
||||
|
||||
# amigados file system on /amiga (DOS/1) all amiga and unknown
|
||||
# partitions follow bsd ones in the lettering. Also it is
|
||||
# recomended that you mount it on a dir that matches the volume name
|
||||
# and then slinks will resolve correctly.
|
||||
# /dev/sd0e /amiga ados rw
|
||||
|
||||
# process file system
|
||||
# procfs /proc procfs ro
|
||||
|
||||
# kernel file system
|
||||
# kernfs /kern kernfs ro
|
||||
# virtual mem file system on /tmp using swap (NBS\0) scsi id 0 size 5M
|
||||
#/dev/sd0b /tmp mfs rw,-s10240
|
||||
# amigados file system on /amiga (DOS/1) all amiga and unknown
|
||||
# partitions follow bsd ones in the lettering. Also it is
|
||||
# recomended that you mount it on a dir that matches the volume name
|
||||
# and then slinks will resolve correctly.
|
||||
#/dev/sd0e /amiga ados rw
|
||||
# process file system
|
||||
#procfs /proc procfs ro
|
||||
# kernel file system
|
||||
#kernfs /kern kernfs ro
|
||||
|
|
Loading…
Reference in New Issue