diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-31 19:44:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-31 19:44:36 +0000 |
commit | 294102cc36f58535b618cfa97ca80dd1461dc030 (patch) | |
tree | 14ec7c3c6d6fca1c685001d98c03d1f125ef4ea2 /etc | |
parent | 86522847c512d0f481c13afd50a8e1884a8551fa (diff) |
Add bnx firmware on installation media; this causes a media oflow, so
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge
cd filesystem.
ok jsing@ deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sgi/disktab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.sgi/disktab b/etc/etc.sgi/disktab index aca27ad4dc1..d9467b77726 100644 --- a/etc/etc.sgi/disktab +++ b/etc/etc.sgi/disktab @@ -29,14 +29,14 @@ # rdroot|ramdiskroot|RAM-disk root FS image:\ - :ty=simulated:se#512:nc#16:nt#4:ns#128:\ - :ta=4.2BSD:oa#0:pa#8192:fa#512:ba#4096:\ - :ob#0:pb#0:oc#0:pc#8192: + :ty=simulated:se#512:nc#20:nt#4:ns#128:\ + :ta=4.2BSD:oa#0:pa#10240:fa#512:ba#4096:\ + :ob#0:pb#0:oc#0:pc#10240: minicdroot|minicdramdiskroot|RAM-disk root FS image:\ - :ty=simulated:se#512:nc#32:nt#4:ns#128:\ - :ta=4.2BSD:oa#0:pa#16384:fa#512:ba#4096:\ - :ob#0:pb#0:oc#0:pc#16384: + :ty=simulated:se#512:nc#40:nt#4:ns#128:\ + :ta=4.2BSD:oa#0:pa#20480:fa#512:ba#4096:\ + :ob#0:pb#0:oc#0:pc#20480: cdroot|cdramdiskroot|RAM-disk root FS image:\ :ty=simulated:se#2048:nc#16:nt#280:ns#32:\ |