We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221ef4d commit 254b60aCopy full SHA for 254b60a
data/multibootusb/grub/menus/debian.d/live10-generic.cfg
@@ -12,17 +12,3 @@ for isofile in $isopath/debian-live-10*.iso; do
12
}
13
fi
14
done
15
-for isofile in $isopath/debian-10*.iso; do
16
- if [ -e "$isofile" ]; then
17
- regexp --set=isoname "$isopath/(.*)" "$isofile"
18
- submenu "$isoname (grub.cfg) ->" "$isofile" {
19
- iso_path="$2"
20
- export iso_path
21
- search --set=root --file "$iso_path"
22
- loopback loop "$iso_path"
23
- root=(loop)
24
- configfile /boot/grub/grub.cfg
25
- loopback --delete loop
26
- }
27
- fi
28
-done
0 commit comments