diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
commit | 140e47372b669942e86d27a4293d9a767a297816 (patch) | |
tree | ed70f3a6dacc97ecad45e77d08a18dd683d7405f /auto/config | |
parent | b451f4c2357d7da5efd084dd44354f81d4e3b05c (diff) | |
download | kanotix-140e47372b669942e86d27a4293d9a767a297816.zip kanotix-140e47372b669942e86d27a4293d9a767a297816.tar.gz |
update from lh to lb scheme
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/auto/config b/auto/config index fb81430..fbce55c 100755 --- a/auto/config +++ b/auto/config @@ -8,7 +8,7 @@ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" . auto/kanotix -lh config noauto \ +lb config noauto \ --iso-volume KANOTIX \ --iso-preparer kanotix.com \ --iso-publisher kanotix.com \ @@ -37,21 +37,21 @@ lh config noauto \ ${@} # hostname and username are configured in config/chroot_local-includes/etc/live/config.conf -#lh config noauto \ +#lb config noauto \ # --hostname Kanotix \ # --username kanotix \ . config/bootstrap # architecture depending stuff (e.g. kernel) -case $LH_ARCHITECTURE in +case $LB_ARCHITECTURE in "amd64") - lh config noauto \ + lb config noauto \ --linux-flavours amd64 \ --linux-packages "linux-image-2.6 linux-headers-2.6" ;; "i386") - lh config noauto \ + lb config noauto \ --linux-flavours 686-bigmem \ --linux-packages "linux-image-2.6 linux-headers-2.6" ;; |