[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-55-ga0f6eff

Darren Salt linux at youmustbejoking.demon.co.uk
Mon Dec 28 00:29:19 UTC 2009


The following commit has been merged in the master branch:
commit e1d2396b64ff3e1a27204e98c6e4d8e15b8cb8d7
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Mon Dec 28 00:15:55 2009 +0000

    Don't assume a particular kernel modules directory; exit if the cd fails.

diff --git a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
index f55233e..c687bad 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -1,5 +1,5 @@
-#!/bin/sh
-cd /lib/modules/2.6.32-trunk-686/kernel
+#!/bin/sh -e
+cd /lib/modules/*/kernel
 find \
 	arch/x86/kernel/cpu/cpufreq \
 	drivers/ata \

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list