diff options
-rw-r--r-- | distrib/sgi/iso/Makefile | 4 | ||||
-rw-r--r-- | etc/etc.sgi/disktab | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile index 0b7c33e6ca9..9cc6a35ca3b 100644 --- a/distrib/sgi/iso/Makefile +++ b/distrib/sgi/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2018/11/13 12:48:23 visa Exp $ +# $OpenBSD: Makefile,v 1.30 2019/03/17 16:32:27 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -30,7 +30,7 @@ all: ${CDROM} # The following values need to be consistent with the `cdroot' layout in # /etc/disktab SGIVOLSZ=8320 # oa, pp (size of volume header in 2048 byte sectors) -CDROMSZ=460 # nt (size of the iso image in megabytes) +CDROMSZ=489 # nt (size of the iso image in megabytes) # Creating an IP27 bootable CD-ROM image with a usable FFS filesystem on it # is extremely tricky. We are facing the following challenges: diff --git a/etc/etc.sgi/disktab b/etc/etc.sgi/disktab index ae2873f35a8..0be77730882 100644 --- a/etc/etc.sgi/disktab +++ b/etc/etc.sgi/disktab @@ -1,4 +1,4 @@ -# $OpenBSD: disktab,v 1.18 2018/11/13 06:24:36 visa Exp $ +# $OpenBSD: disktab,v 1.19 2019/03/17 16:32:29 deraadt Exp $ rdroot|ramdiskroot|RAM-disk root FS image:\ :dt=rdroot:se#512:nc#20:nt#4:ns#128:\ @@ -11,6 +11,6 @@ minicdroot|minicdramdiskroot|Boot CD-ROM image:\ :ob#0:pb#0:oc#0:pc#30720: cdroot|cdramdiskroot|Installation CD-ROM image:\ - :dt=rdroot:se#2048:nc#16:nt#460:ns#32:\ - :ta=4.2BSD:oa#8320:pa#227200:fa#2048:ba#16384:\ - :ob#0:pb#0:oc#0:pc#235520:op#0:pp#8320: + :dt=rdroot:se#2048:nc#17:nt#460:ns#32:\ + :ta=4.2BSD:oa#8320:pa#241920:fa#2048:ba#16384:\ + :ob#0:pb#0:oc#0:pc#250240:op#0:pp#8320: |