From 8402c765dacccb1aaea8fb25a520b371e2ae8cf8 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Tue, 27 Nov 2007 21:04:06 +0000 Subject: MFC 1.928: Remove kernel and module symbol files from disc1 (and the livecd if it is enabled). This saves around 80MB (for i386) on the ISO images. Note that this is only from the install media, not the installed system where the symbols are still installed, if part of the release. Should anybody want the symbols which match disc1/livecd, they can just be extracted from the kernel distribution files. Approved by: re (kensmith) --- release/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 1ef7ece28b35..ddfa2e58cb68 100644 --- a/release/Makefile +++ b/release/Makefile @@ -925,6 +925,7 @@ cdrom.1: done @echo "Copy GENERIC kernel to boot area" @cp -Rp ${RD}/kernels/GENERIC/ ${CD_LIVEFS}/boot/kernel + @rm -f ${CD_LIVEFS}/boot/kernel/*.symbols @rm -f ${CD_LIVEFS}/.profile @cp ${.CURDIR}/fixit.profile ${CD_LIVEFS}/.profile @ln -sf /rescue ${CD_LIVEFS}/stand -- cgit v1.3