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