summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2020-01-12 10:01:15 +0100
committerHolger Paradies <retabell@gmx.de>2020-01-12 10:06:34 +0100
commit09ac97ea9e52bc1bdbcd638e65c52798d49b3331 (patch)
tree077d218f26e8f6b1a2bfc0e49c0926365e187422 /config/binary_local-hooks
parent8df79f18414d87c37ae9787b361c7625738c5d43 (diff)
downloadkanotix-09ac97ea9e52bc1bdbcd638e65c52798d49b3331.zip
kanotix-09ac97ea9e52bc1bdbcd638e65c52798d49b3331.tar.gz
add scripts to install cz language files
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-xconfig/binary_local-hooks/grub2-configs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binary_local-hooks/grub2-configs b/config/binary_local-hooks/grub2-configs
index 32b286b..88ee2a7 100755
--- a/config/binary_local-hooks/grub2-configs
+++ b/config/binary_local-hooks/grub2-configs
@@ -18,6 +18,10 @@ fi
. config/chroot
+if echo "$LB_PACKAGE_LISTS" | grep -qw extra_cz; then
+ cp -f config/binary_grub/grub.cfg.cz binary/boot/grub/grub.cfg
+fi
+
if echo "$LB_PACKAGE_LISTS" | grep -qw gfxdetect; then
# keep gfxdetect entries in grub.cfg (for gfxdetect-builds)
echo "grub2-configs: keeping gfxdetect entries"