diff options
-rwxr-xr-x | gnome/gnome/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome/gnome/post-install b/gnome/gnome/post-install index 47dfd231f..eca283276 100755 --- a/gnome/gnome/post-install +++ b/gnome/gnome/post-install @@ -3,3 +3,6 @@ if [ ! -d /etc/gconf/gconf.xml.system ]; then mkdir -p /etc/gconf/gconf.xml.system fi chmod 755 /etc/gconf/gconf.xml.system + +sed -i "s/^id:[3-5]/id:4/" /etc/inittab + |