Warning!

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

adjust CONFIG_FSTAB_USER to fix issue79
authorMichael Prokop <mika@grml.org>
Wed Jan 17 17:48:25 2007 +0100 (22 months ago)
changeset 496c50c7ef1f1e
manifest6c50c7ef1f1e
parent 483a8b4b9403a4
child 5039770e903371
adjust CONFIG_FSTAB_USER to fix issue79
autoconfig
autoconfig.small
debian/changelog
--- a/autoconfig Wed Jan 17 17:43:01 2007 +0100
+++ b/autoconfig Wed Jan 17 17:48:25 2007 +0100
@@ -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'
--- a/autoconfig.small Wed Jan 17 17:43:01 2007 +0100
+++ b/autoconfig.small Wed Jan 17 17:48:25 2007 +0100
@@ -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'
--- a/debian/changelog Wed Jan 17 17:43:01 2007 +0100
+++ b/debian/changelog Wed Jan 17 17:48:25 2007 +0100
@@ -2,7 +2,11 @@ grml-autoconfig (0.6.11) unstable; urgen
* 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