diff options
author | Holger Paradies <retabell@gmx.de> | 2019-11-01 12:09:51 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-11-02 23:48:47 +0100 |
commit | a1f4c276bc9f2b8083691aa1a58ccbb38e93cf68 (patch) | |
tree | 1d3871890ee3fff24da69a2e25aecf676f21cbdc /config/binary_local-hooks | |
parent | b34eee926b9e5113c945dd123c34d113b38ff788 (diff) | |
download | kanotix-a1f4c276bc9f2b8083691aa1a58ccbb38e93cf68.zip kanotix-a1f4c276bc9f2b8083691aa1a58ccbb38e93cf68.tar.gz |
provide simple loopback.cfg
without search
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-x | config/binary_local-hooks/grub2-configs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binary_local-hooks/grub2-configs b/config/binary_local-hooks/grub2-configs index f6276fe..32b286b 100755 --- a/config/binary_local-hooks/grub2-configs +++ b/config/binary_local-hooks/grub2-configs @@ -13,6 +13,7 @@ if [ -f config/binary_grub/grub.cfg ] then mkdir -p binary/boot/grub cp config/binary_grub/grub*.cfg binary/boot/grub/ + cp config/binary_grub/loopback.cfg binary/boot/grub/ fi . config/chroot |