diff options
author | 2017-06-14 16:36:09 +0000 | |
---|---|---|
committer | 2017-06-14 16:36:09 +0000 | |
commit | ff28556121eaf98ae934c2c04305742de15c2227 (patch) | |
tree | 9bf3f97aa67176fc3d7540c298cada32ec33506b | |
parent | Remove main() prototype and unused envp argument. (diff) | |
download | wireguard-openbsd-ff28556121eaf98ae934c2c04305742de15c2227.tar.xz wireguard-openbsd-ff28556121eaf98ae934c2c04305742de15c2227.zip |
Grow sgi iso, to account for base containing compile.tgz.
SGI has 8 kernels, so the file is 113MB!
-rw-r--r-- | distrib/sgi/iso/Makefile | 6 | ||||
-rw-r--r-- | etc/etc.sgi/disktab | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile index 95a11385912..adfdb83e5a6 100644 --- a/distrib/sgi/iso/Makefile +++ b/distrib/sgi/iso/Makefile @@ -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: diff --git a/etc/etc.sgi/disktab b/etc/etc.sgi/disktab index ae654d515fa..06d019c177b 100644 --- a/etc/etc.sgi/disktab +++ b/etc/etc.sgi/disktab @@ -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: |