Browse Source

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.
OPENBSD_5_5
miod 10 years ago
parent
commit
7c529b2bed
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      src/etc/etc.sgi/disktab

+ 4
- 5
src/etc/etc.sgi/disktab View File

@ -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:

Loading…
Cancel
Save