[Lunar-commits] <lunar-iso> Updated some template files
Stefan Wold
ratler at lunar-linux.org
Mon Mar 15 18:38:07 CET 2010
commit 458f7728bbd4efbc0f9efd10f5ba087befa4731a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Feb 7 22:20:06 2010 +0100
Updated some template files
* fstab: No longer need to mount usbfs
* optimizations.GCC_4_4: CC_OPTS should be Pipe
---
template/etc/fstab | 2 +-
template/etc/lunar/local/optimizations.GCC_4_4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/template/etc/fstab b/template/etc/fstab
index 247047f..5dfd820 100644
--- a/template/etc/fstab
+++ b/template/etc/fstab
@@ -11,7 +11,7 @@ proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults 0 0
# usb devfs can be helpfull on interactive (desktop) machines
-usbdevfs /proc/bus/usb usbdevfs defaults 0 0
+#usbdevfs /proc/bus/usb usbdevfs defaults 0 0
# /tmp should be wiped on boot so by default it helps to have it on tmpfs
tmpfs /tmp tmpfs defaults,size=256m,nr_inodes=64m 0 0
diff --git a/template/etc/lunar/local/optimizations.GCC_4_4 b/template/etc/lunar/local/optimizations.GCC_4_4
index 696c2d8..3699a1b 100644
--- a/template/etc/lunar/local/optimizations.GCC_4_4
+++ b/template/etc/lunar/local/optimizations.GCC_4_4
@@ -2,5 +2,5 @@ BOPT=Faster
SPD=( )
XTRA=( )
FPM=None
-CC_OPTS=( ccpipe cxxpipe )
+CC_OPTS=( Pipe )
STACK=
More information about the Lunar-commits
mailing list