diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:49:50 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 18:49:50 +0200 |
commit | 11342ab0429a070a0c7307e924e9ea1995c53f02 (patch) | |
tree | ff19b7ad2b1ef94fcddfbdcdc9cc6b3c860d4888 /base/aaabasicfs/Pkgfile | |
parent | bec72457114fe2854a10248ef360692ecbd93e26 (diff) | |
download | nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.gz nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.bz2 nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.tar.xz nutyx-extra-11342ab0429a070a0c7307e924e9ea1995c53f02.zip |
aaabasifs, ajout de 10-keyboard.conf
Diffstat (limited to 'base/aaabasicfs/Pkgfile')
-rw-r--r-- | base/aaabasicfs/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index ba327288d..1b6841164 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -9,7 +9,7 @@ version=2010 release=1 scriptsversion=lfs-bootscripts-20100124 source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\ - hosts clock console fstab inittab message inputrc network \ + hosts clock console fstab inittab message inputrc network 10-keyboard.conf \ profile dircolors.sh extrapaths.sh bash_profile bashrc bashrc.etc lfs-bootscripts-01.patch \ blfs-bootscripts nu readline.sh unmask.sh X.sh i18n.sh bashrc ) @@ -170,7 +170,8 @@ EOF [Desktop] Session= EOF - mkdir -v $PKG/etc/X11 + mkdir -vp $PKG/etc/X11/xorg.conf.d + cp -v $SRC/10-keyboard.conf $PKG/etc/X11/xorg.conf.d/ cd $PKG/root/ ln -s ../etc/fstab ln -s ../etc/hosts @@ -196,7 +197,7 @@ EOF ln -s ../etc/sysconfig/console ln -s ../etc/sysconfig/network ln -s ../etc/sysconfig/modules - ln -s ../etc/X11/xorg.conf + ln -s ../etc/X11/xorg.conf.d/10-keyboard.conf ln -s ../etc/default/useradd ln -s ../etc/prt-get.conf ln -s ../etc/pkg-get.conf |