[Lunar-commits] r17361 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Wed Nov 16 17:01:10 UTC 2005
Author: sofar
Date: 2005-11-16 17:01:07 +0000 (Wed, 16 Nov 2005)
New Revision: 17361
Modified:
lunar-iso/trunk/scripts/etc
Log:
2.6 mods to begin with.
Modified: lunar-iso/trunk/scripts/etc
===================================================================
--- lunar-iso/trunk/scripts/etc 2005-11-16 17:00:22 UTC (rev 17360)
+++ lunar-iso/trunk/scripts/etc 2005-11-16 17:01:07 UTC (rev 17361)
@@ -8,6 +8,12 @@
rm -f $ISO_TARGET/etc/mtab
ln -s /proc/mounts $ISO_TARGET/etc/mtab
+# some 2.6 stuff to make sure
+if [ "$ISO_KSUFFIX" == 2.6 ]; then
+ mkdir -p $ISO_TARGET/sys
+ sed -i 's:usbdevfs:usbfs:g' $ISO_TARGET/etc/fstab
+fi
+
# module related stuff
cp $ISO_TARGET/etc/skel/.bash* $ISO_TARGET/root/
cp $ISO_TARGET/etc/skel/.vimrc $ISO_TARGET/root/
More information about the Lunar-commits
mailing list