diff options
-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" |