From 7c529b2bed93c7c784a915065875ae24511b0dae Mon Sep 17 00:00:00 2001 From: miod <> Date: Mon, 6 Jan 2014 21:03:13 +0000 Subject: [PATCH] Rework the setup of the bootable installation cd-rom (installXX.iso) to contain both a 2048-byte sector ffs filesystem, and a 512-byte volume header, so that the IP27 boot magic^Wuglyness recently added to the boot-only cd-rom (cdXX.iso) can be applied as well. The full-blown installation iso can now boot on IP27/28/30/32/35. --- src/etc/etc.sgi/disktab | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/etc/etc.sgi/disktab b/src/etc/etc.sgi/disktab index 8814ae74..9fcde52a 100644 --- a/src/etc/etc.sgi/disktab +++ b/src/etc/etc.sgi/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.12 2012/05/25 17:32:38 miod Exp $ +# $OpenBSD: disktab,v 1.13 2014/01/06 21:03:13 miod Exp $ rdroot|ramdiskroot|RAM-disk root FS image:\ :ty=simulated:se#512:nc#20:nt#4:ns#128:\ @@ -11,7 +11,6 @@ minicdroot|minicdramdiskroot|Boot CD-ROM image:\ :ob#0:pb#0:oc#0:pc#24576: cdroot|cdramdiskroot|Installation CD-ROM image:\ - :ty=simulated:se#2048:nc#16:nt#300:ns#32:\ - :ta=4.2BSD:oa#128:pa#153472:fa#2048:ba#16384:\ - :ob#0:pb#0:oc#0:pc#153600:op#0:pp#128: - + :ty=simulated:se#2048:nc#16:nt#316:ns#32:\ + :ta=4.2BSD:oa#8320:pa#153472:fa#2048:ba#16384:\ + :ob#0:pb#0:oc#0:pc#161792:op#0:pp#8320: