diff options
author | Holger Paradies <retabell@gmx.de> | 2018-11-01 19:40:39 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-21 11:09:16 +0200 |
commit | 1b9e003c6f4e68c50389adfc6f7d08e18e708d8b (patch) | |
tree | 1342222896005273df23390811bbbec6046e1989 | |
parent | 9aca151587c32e83094df647fdba3f83cc5cfbb3 (diff) | |
download | kanotix-1b9e003c6f4e68c50389adfc6f7d08e18e708d8b.zip kanotix-1b9e003c6f4e68c50389adfc6f7d08e18e708d8b.tar.gz |
grub: spent space in Suche Menu Entry
-rw-r--r-- | config/binary_grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg index d3b55ba..6dd0f6b 100644 --- a/config/binary_grub/grub.cfg +++ b/config/binary_grub/grub.cfg @@ -100,7 +100,7 @@ menuentry 'Start Kanotix EN (failsafe)' { insmod regexp -menuentry "Suche Kanotix DE ISO" { +menuentry "Suche Kanotix DE ISO" { for isofile in (*)/*/ISO/$search_file (*)/ISO/$search_file (*)/*/Downloads/$search_file (*)/Downloads/$search_file (*)/$search_file; do if [ -e "$isofile" ]; then regexp --set=device '(\(.*\))' "$isofile" |