Grow sgi iso, to account for base containing compile.tgz.
authorderaadt <deraadt@openbsd.org>
Wed, 14 Jun 2017 16:36:09 +0000 (16:36 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 14 Jun 2017 16:36:09 +0000 (16:36 +0000)
SGI has 8 kernels, so the file is 113MB!

distrib/sgi/iso/Makefile
etc/etc.sgi/disktab

index 95a1138..adfdb83 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.26 2015/12/27 16:31:07 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.27 2017/06/14 16:36:09 deraadt Exp $
 
 TOP=   ${.CURDIR}/..
 
@@ -30,8 +30,8 @@ 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)
-FFSSZ=153472   # pa     (size of the ffs partition in 2048 byte sectors)
-CDROMSZ=316    # nt     (size of the iso image in megabytes)
+FFSSZ=206720   # pa     (size of the ffs partition in 2048 byte sectors)
+CDROMSZ=420    # 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:
index ae654d5..06d019c 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: disktab,v 1.16 2015/09/27 19:11:37 miod Exp $
+# $OpenBSD: disktab,v 1.17 2017/06/14 16:36:10 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#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:
+       :dt=rdroot:se#2048:nc#16:nt#420:ns#32:\
+       :ta=4.2BSD:oa#8320:pa#206720:fa#2048:ba#16384:\
+       :ob#0:pb#0:oc#0:pc#215040:op#0:pp#8320: