diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 17:43:33 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 17:43:33 +0200 |
commit | a960668cd2119590b42c4757425d41e0c0d137a5 (patch) | |
tree | 28feb64e43df71c55b5cf58925992d1de31c1f36 /base | |
parent | 5ce5bb9aaad150c67de1aae619f096b111922df8 (diff) | |
download | nutyx-extra-a960668cd2119590b42c4757425d41e0c0d137a5.tar.gz nutyx-extra-a960668cd2119590b42c4757425d41e0c0d137a5.tar.bz2 nutyx-extra-a960668cd2119590b42c4757425d41e0c0d137a5.tar.xz nutyx-extra-a960668cd2119590b42c4757425d41e0c0d137a5.zip |
aaabasicfs, maj pour RC2
Diffstat (limited to 'base')
-rw-r--r-- | base/aaabasicfs/.footprint | 1 | ||||
-rw-r--r-- | base/aaabasicfs/Pkgfile | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/base/aaabasicfs/.footprint b/base/aaabasicfs/.footprint index c667fad6c..515cc8739 100644 --- a/base/aaabasicfs/.footprint +++ b/base/aaabasicfs/.footprint @@ -101,6 +101,7 @@ lrwxrwxrwx root/root etc/rc.d/rcsysinit.d/S90sysctl -> ../init.d/sysctl drwxr-xr-x root/root etc/skel/ -rw-r--r-- root/root etc/skel/.bash_profile -rw-r--r-- root/root etc/skel/.bashrc +-rw-r--r-- root/root etc/skel/.dmrc lrwxrwxrwx root/root etc/skel/.xinitrc -> /etc/slim.xinitrc drwxr-xr-x root/root etc/sysconfig/ -rw-r--r-- root/root etc/sysconfig/clock diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index 3f61e45f7..a3a2a623d 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -155,6 +155,10 @@ EOF sed -i "s|nutyx-initrd|nutyx-initrd_64|" \ $PKG/boot/grub/menu.lst fi + cat > $PKG/etc/skel/.dmrc << "EOF" +[Desktop] +Session= +EOF mkdir -v $PKG/etc/X11 cp -v xorg.conf $PKG/etc/X11/ cd $PKG/root/ |