Skip to content

Commit 95bebe9

Browse files
iguanajuiceAhdbshsnsndnnm
authored andcommitted
Fix antiX
1 parent 5bbf5ac commit 95bebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub2/grub.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if any_exists ${isopath}/almalinux/AlmaLinux-*-Live-*.iso; then
145145
}
146146
fi
147147

148-
if any_exists ${isopath}/antix/antiX-*-full.iso; then
148+
if any_exists ${isopath}/antix/antiX-*.iso; then
149149
menuentry "antiX >" --class antix {
150150
configfile "${prefix}/inc-antix.cfg"
151151
}

0 commit comments

Comments
 (0)