diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-15 22:56:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-15 22:56:22 +0000 |
commit | dcee9e694056fe3401c58de69b8c555a891c1496 (patch) | |
tree | 56eb89fe12e6c78d4871dec2df2362c5a3689a0b /etc/etc.socppc | |
parent | 8e0409bb6771650acdd75cb90b9dc2892bbbf27f (diff) |
Simplify MBR and install it as /usr/mdec/mbr instead of /usr/mdec/mbr.mini
since it makes a fairly decent template for fdisk -i. Change the procedure
that makes the rb600 installation miniroot image to use fdisk -i instead of
dd(1) to create the MBR for the image. Adjust the miniroot disk type in
/etc/disktab to the slightly different layout that fdisk -i creates.
Diffstat (limited to 'etc/etc.socppc')
-rw-r--r-- | etc/etc.socppc/disktab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.socppc/disktab b/etc/etc.socppc/disktab index 62249f3fb60..b7cc0c05eb2 100644 --- a/etc/etc.socppc/disktab +++ b/etc/etc.socppc/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.2 2010/02/15 13:46:50 kettenis Exp $ +# $OpenBSD: disktab,v 1.3 2010/02/15 22:56:21 kettenis Exp $ # # @(#)disktab 5.5 (Berkeley) 2/27/91 # @@ -24,5 +24,5 @@ rdroot|ramdiskroot|RAM-disk root FS image:\ miniroot|Installation root FS image:\ :ty=simulated:se#512:nc#8:nt#16:ns#63:\ - :ta=4.2BSD:oa#575:pa#7489:fa#512:ba#4096:\ + :ta=4.2BSD:oa#1008:pa#7056:fa#512:ba#4096:\ :ob#0:pb#0:oc#0:pc#8064:ti=boot:oi#63:pi#512: |