adjust CONFIG_FSTAB_USER to fix issue79
authorMichael Prokop <mika@grml.org>
Wed, 17 Jan 2007 16:48:25 +0000 (17:48 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 17 Jan 2007 16:48:25 +0000 (17:48 +0100)
autoconfig
autoconfig.small
debian/changelog

index c2d0b1e..56a46a6 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Nov 24 21:19:55 CET 2006 [mika]
+# Latest change: Mit Jän 17 17:48:05 CET 2007 [mika]
 ################################################################################
 
 ################################################################################
@@ -31,8 +31,8 @@ CONFIG_CPU='yes'
 
 # create/regenerate /etc/fstab using [grml-]rebuildfstab?
 CONFIG_FSTAB='yes'
-# define uid for rebuildfstab used in /etc/fstab (default: 1000):
-CONFIG_FSTAB_USER='1000'
+# define uid for rebuildfstab used in /etc/fstab (default: grml):
+CONFIG_FSTAB_USER='grml'
 # define guid for rebuildfstab used in /etc/fstab (default: users):
 CONFIG_FSTAB_GROUP='users'
 
index f0dc417..ac62f87 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Nov 24 21:20:51 CET 2006 [mika]
+# Latest change: Mit Jän 17 17:48:02 CET 2007 [mika]
 ################################################################################
 
 ################################################################################
@@ -31,8 +31,8 @@ CONFIG_CPU='no'
 
 # create/regenerate /etc/fstab using [grml-]rebuildfstab?
 CONFIG_FSTAB='yes'
-# define uid for rebuildfstab used in /etc/fstab (default: 1000):
-CONFIG_FSTAB_USER='1000'
+# define uid for rebuildfstab used in /etc/fstab (default: grml):
+CONFIG_FSTAB_USER='grml'
 # define guid for rebuildfstab used in /etc/fstab (default: users):
 CONFIG_FSTAB_GROUP='users'
 
index ade6a18..d384e52 100644 (file)
@@ -2,7 +2,11 @@ grml-autoconfig (0.6.11) unstable; urgency=low
 
   * config_x_startup(): make sure handling of /etc/inittab for
     bootoption startx works on grml-small too, thanks for
-    debugging and patch, Steffen Joeri!
+    debugging and patch, Steffen Joeris!
+  * autoconfig: change CONFIG_FSTAB_USER='1000' into
+    CONFIG_FSTAB_USER='grml', otherwise startx bootoption fails
+    due to use of sudo, thanks again - Steffen!
+    (Closes: issue79)
 
  -- Michael Prokop <mika@grml.org>  Wed, 17 Jan 2007 17:31:57 +0100