Browse Source

Build a small miniroot filesystem which can be dumped on a new disk or an

existing swap partition for an easier initial installation.
OPENBSD_5_5
miod 10 years ago
parent
commit
9dfb0807e1
2 changed files with 6 additions and 5 deletions
  1. +2
    -1
      src/etc/etc.luna88k/Makefile.inc
  2. +4
    -4
      src/etc/etc.luna88k/disktab

+ 2
- 1
src/etc/etc.luna88k/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.8 2013/12/01 20:41:25 miod Exp $
# $OpenBSD: Makefile.inc,v 1.9 2014/02/27 18:55:39 miod Exp $
KERNELS += GENERIC.MP bsd.mp
@ -6,4 +6,5 @@ bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/
MDEXT= bsd.rd \
miniroot${OSrev}.fs \
boot

+ 4
- 4
src/etc/etc.luna88k/disktab View File

@ -1,4 +1,4 @@
# $OpenBSD: disktab,v 1.2 2010/07/02 20:33:54 tedu Exp $
# $OpenBSD: disktab,v 1.3 2014/02/27 18:55:39 miod Exp $
# XXX - Would like :ba#4096:fa#512: but that panics...
# Leave nc=16; adjust size using: ns
@ -7,7 +7,7 @@ rdroot|ramdiskroot|RAM-disk root FS image:\
:ta=4.2BSD:oa#0:pa#4096:fa#512:ba#4096\
:ob#0:pb#0:oc#0:pc#4096:
miniroot|Installation root-on-swap FS image:\
:ty=simulated:se#512:ns#32:nt#8:nc#64:\
:ta=4.2BSD:oa#0:pa#16384:\
:ob#0:pb#0:oc#0:pc#16384:
:ty=simulated:se#512:ns#32:nt#8:nc#32:\
:ta=4.2BSD:oa#0:pa#8192:\
:ob#0:pb#0:oc#0:pc#8192:

Loading…
Cancel
Save