diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-27 18:55:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-27 18:55:40 +0000 |
commit | d246f6f02d038645b430b5acd600999c5757c550 (patch) | |
tree | 8cb799056dccdeb472175c623946d00ab964e7a5 /etc/etc.luna88k | |
parent | b76e684c70754c6fd558017034a9f2eac05f4f0d (diff) |
Build a small miniroot filesystem which can be dumped on a new disk or an
existing swap partition for an easier initial installation.
Diffstat (limited to 'etc/etc.luna88k')
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 3 | ||||
-rw-r--r-- | etc/etc.luna88k/disktab | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc index f21e96a5fbf..720c62acb4f 100644 --- a/etc/etc.luna88k/Makefile.inc +++ b/etc/etc.luna88k/Makefile.inc @@ -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 diff --git a/etc/etc.luna88k/disktab b/etc/etc.luna88k/disktab index 9fce6bfec2a..3f28666e385 100644 --- a/etc/etc.luna88k/disktab +++ b/etc/etc.luna88k/disktab @@ -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: |