Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

clean up /usr/src/linux-headers-... in /etc/grml/fai/grml/grml_cleanup_chroot
authorMichael Prokop
Wed Sep 19 12:23:55 2007 +0200 (14 months ago)
changeset 89ad3f85ce7460
manifestad3f85ce7460
parent 883b3793785499
child 9053d9a17dadb2
clean up /usr/src/linux-headers-... in /etc/grml/fai/grml/grml_cleanup_chroot
etc/grml/fai/grml/grml_cleanup_chroot
--- a/etc/grml/fai/grml/grml_cleanup_chroot Wed Sep 19 11:33:03 2007 +0200
+++ b/etc/grml/fai/grml/grml_cleanup_chroot Wed Sep 19 12:23:55 2007 +0200
@@ -62,6 +62,10 @@ eend 0
einfo "Setting up /etc/inittab"
cp /etc/inittab.grml /etc/inittab
+eend $?
+
+einfo "Cleaning up /usr/src/linux-headers-$KERNEL"
+( cd /usr/src && make clean && make symlinks )
eend $?
if [ -L /usr/include/linux ] ; then