artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfee66
)
Things are too tight. Retaining even those two symbols is too much.
author
deraadt
<deraadt@openbsd.org>
Mon, 15 Feb 2021 06:59:03 +0000
(06:59 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 15 Feb 2021 06:59:03 +0000
(06:59 +0000)
When dealing with install floppies, the Makefiles will need to carry
some differences.
distrib/i386/ramdisk/Makefile
patch
|
blob
|
history
diff --git
a/distrib/i386/ramdisk/Makefile
b/distrib/i386/ramdisk/Makefile
index
dd7e960
..
51c1bde
100644
(file)
--- a/
distrib/i386/ramdisk/Makefile
+++ b/
distrib/i386/ramdisk/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
4 2021/02/14 17:14:42 semarie
Exp $
+# $OpenBSD: Makefile,v 1.1
5 2021/02/15 06:59:03 deraadt
Exp $
FS= floppy${OSrev}.img
FSSIZE= 2880
@@
-35,7
+35,6
@@
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
bsd.gz: bsd.rd
objcopy -S -R .comment -R .SUNW_ctf \
- -K rd_root_size -K rd_root_image \
bsd.rd bsd.strip
gzip -9cn bsd.strip > bsd.gz