diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-03 01:47:39 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-03 01:47:39 +0200 |
commit | fb672d9c06ae203b769a10646e739c92c90b27be (patch) | |
tree | 1ae9c64874207f9b91a0a12e4fb02101c349b681 | |
parent | 5b51d555c0f71614f57cdc013d9b37dae4dd2cd9 (diff) | |
download | nutyx-pakxe-fb672d9c06ae203b769a10646e739c92c90b27be.tar.gz nutyx-pakxe-fb672d9c06ae203b769a10646e739c92c90b27be.tar.bz2 nutyx-pakxe-fb672d9c06ae203b769a10646e739c92c90b27be.tar.xz nutyx-pakxe-fb672d9c06ae203b769a10646e739c92c90b27be.zip |
gnome, init 4 n'est plus par défaut
-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 + |