diff options
author | root <root@KanotixBox.(none)> | 2011-03-06 03:00:54 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-06 03:02:54 +0100 |
commit | fca33554db8cdc9d49d226a5d3cb5ffe050ce00f (patch) | |
tree | 079ec32a17208cbb18fec3c800e89f5d5b20ae5a /auto/config | |
parent | 7cf0807c369e63faf122a7cca15f6835efd1d988 (diff) | |
download | kanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.zip kanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.tar.gz |
added burg support
- isohybrid-bg2
- burg PPA
- burg kanotix theme
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/config b/auto/config index eb71a59..fc650a5 100755 --- a/auto/config +++ b/auto/config @@ -10,6 +10,7 @@ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" # preset kanotix defaults export LB_PACKAGES_LISTS="kanotix-master" +export LB_BOOTLOADER="syslinux" export LB_SYSLINUX_MENU_LIVE_ENTRY="Kanotix" lb config noauto \ @@ -23,10 +24,9 @@ lb config noauto \ --bootappend-live 'utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys splash' \ --distribution squeeze \ --archive-areas "main contrib non-free" \ - --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa" \ + --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa burg" \ --security true \ --checksums md5 \ - --bootloader syslinux \ --syslinux-timeout 5 \ --syslinux-menu true \ --syslinux-splash config/binary_syslinux/splash.png \ |