# HG changeset patch # User Pascal Bellard # Date 1641395641 0 # Node ID ddf3a6575b622eb70f964db52c37516d8d39facf # Parent 9f6e7841d19cbbdae1c4fa9f1d01db3de4e23573 boot.iso: allow /dev/cdrom diff -r 9f6e7841d19c -r ddf3a6575b62 boot.cgi --- a/boot.cgi Tue Nov 09 10:08:06 2021 +0000 +++ b/boot.cgi Wed Jan 05 15:14:01 2022 +0000 @@ -377,7 +377,7 @@ *\ iso\ *) xhtml_header - iso=$(POST iso); [ -s "$iso" ] || unset iso + iso=$(POST iso); [ -s "$iso" -o -b "$iso" ] || unset iso action=$(POST action); [ "$action" ] || action=$(GET action) workdir=$(POST workdir) [ -d $workdir ] || workdir=$(dirname $workdir)