diff options
author | root <root@dasajuma.(none)> | 2010-09-02 11:38:44 +0200 |
---|---|---|
committer | root <root@dasajuma.(none)> | 2010-09-02 11:38:44 +0200 |
commit | 46e693e81f135274517c04d1296431d13b5283ac (patch) | |
tree | e6697070d70f2aa92a868dfe6d54d278f05951bb | |
parent | 253b335678929bd24db01b7e0d2ab48c37e80e52 (diff) | |
download | kanotix-46e693e81f135274517c04d1296431d13b5283ac.zip kanotix-46e693e81f135274517c04d1296431d13b5283ac.tar.gz |
typo in config, gitignore lh stage files
-rw-r--r-- | .gitignore | 6 | ||||
-rwxr-xr-x | auto/config | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,10 @@ /cache /binary* /chroot +/.stage +/config/binary +/config/bootstrap +/config/chroot +/config/common +/config/source diff --git a/auto/config b/auto/config index be5c30b..3d83e19 100755 --- a/auto/config +++ b/auto/config @@ -28,9 +28,10 @@ if test "$MIRROR_BOOTSTRAP" = -; then fi # kernel -lh config noauto \ +#lh config noauto \ # --linux-flavours generic \ # --linux-packages "linux-image-2.6.32-21 linux-headers-2.6.32-21" +lh config noauto \ --linux-flavours 686-bigmem \ --linux-packages "linux-headers-2.6-686-bigmem" |