Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 911dc6a

Browse files
committed
debian: Add support for current stable LiveCD
1 parent 251eb33 commit 911dc6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbusb.d/debian.d/live9-generic.cfg mbusb.d/debian.d/live-generic.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
for isofile in $isopath/debian-live-9*.iso; do
1+
for isofile in $isopath/debian-live-*.iso; do
22
if [ -e "$isofile" ]; then
33
regexp --set=isoname "$isopath/(.*)" "$isofile"
4+
# Skip if it's Debian 8
5+
if regexp "live-8" "$isofile"; then continue; fi
46
submenu "$isoname (grub.cfg) ->" "$isofile" {
57
iso_path="$2"
68
export iso_path

0 commit comments

Comments
 (0)