- remove /boot (kernel stored on boot media)
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 20 Jul 2006 19:59:51 +0000 (19:59 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 20 Jul 2006 19:59:51 +0000 (19:59 +0000)
- remove /usr/lib/gconv (only used by iconv)
- remove /usr/lib/tls (don't need tls support in the bootcd)

prep.sh

diff --git a/prep.sh b/prep.sh
index e690422..c2e0d27 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -8,7 +8,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id: prep.sh,v 1.7 2006/05/18 22:30:22 mlhuang Exp $
+# $Id: prep.sh,v 1.8 2006/05/30 19:09:14 mlhuang Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -77,6 +77,7 @@ sharutils
 
 # Unnecessary junk
 junk=(
+boot
 lib/obsolete
 lib/tls
 usr/share/cracklib
@@ -93,6 +94,8 @@ usr/sbin/tcpslice
 usr/lib/perl*
 usr/lib/locale
 usr/lib/sasl*
+usr/lib/gconv
+usr/lib/tls
 )
 
 precious=(