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 /config/lists | |
parent | 7cf0807c369e63faf122a7cca15f6835efd1d988 (diff) | |
download | kanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.zip kanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.tar.gz |
added burg support
- isohybrid-bg2
- burg PPA
- burg kanotix theme
Diffstat (limited to 'config/lists')
-rw-r--r-- | config/lists/base | 9 | ||||
-rw-r--r-- | config/lists/kanotix-base | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/config/lists/base b/config/lists/base index ede4a8d..6589486 100644 --- a/config/lists/base +++ b/config/lists/base @@ -14,6 +14,14 @@ #include <kanotix-base> #include <kanotix-extra> +# bootloader +#if BOOTLOADER burg +burg-pc +#endif +#if BOOTLOADER grub grub2 syslinux +grub-pc +#endif + # java, plugins sun-java6-plugin @@ -72,7 +80,6 @@ sux htop time bash-completion -grub-pc di cfv whois diff --git a/config/lists/kanotix-base b/config/lists/kanotix-base index d74f84b..36f3d25 100644 --- a/config/lists/kanotix-base +++ b/config/lists/kanotix-base @@ -4,7 +4,6 @@ user-profile-kanotix kanotix-plasma-script badge-icon-kanotix -grub2-splashimage-kanotix-logo kdm-theme-kanotix-starrise kmenu-icon-kanotix ksplash-theme-kanotix-starrise @@ -13,3 +12,11 @@ plymouth-theme-kanotix-logo kanotix-menu acritoxinstaller-kanotix + +#if BOOTLOADER burg +burg-themes +#endif +#if BOOTLOADER grub grub2 syslinux +grub2-splashimage-kanotix-logo +#endif + |