diff options
Diffstat (limited to 'config')
-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" |