From: Michael Prokop Date: Wed, 17 Jan 2007 16:48:25 +0000 (+0100) Subject: adjust CONFIG_FSTAB_USER to fix issue79 X-Git-Tag: 0.6.12~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=bbba6557f78df308c538325c2d904f21b63b4901 adjust CONFIG_FSTAB_USER to fix issue79 --- diff --git a/autoconfig b/autoconfig index c2d0b1e..56a46a6 100644 --- a/autoconfig +++ b/autoconfig @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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' diff --git a/autoconfig.small b/autoconfig.small index f0dc417..ac62f87 100644 --- a/autoconfig.small +++ b/autoconfig.small @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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' diff --git a/debian/changelog b/debian/changelog index ade6a18..d384e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 17 Jan 2007 17:31:57 +0100