diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-14 16:36:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-14 16:36:11 +0000 |
commit | 3b354761c9911de734e533563aa220d04c0b8cfb (patch) | |
tree | 8d6eab013801de4d4304ce4e8367eac8c58a02c3 /distrib/sgi | |
parent | d896639876c78188ba333e9e04c5a58595f52c48 (diff) |
Grow sgi iso, to account for base containing compile.tgz.
SGI has 8 kernels, so the file is 113MB!
Diffstat (limited to 'distrib/sgi')
-rw-r--r-- | distrib/sgi/iso/Makefile | 6 |
1 files changed, 3 insertions, 3 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: |