Package: debian-live
Version: 9.0.1
Severity: normal

It's really glad to see debian-live supports loopback.cfg now, however, two
minor issues prevented it from working:

# /boot/grub/loopback.cfg:
source /grub/grub.cfg
# should be /boot/grub/grub.cfg

# boot/grub/grub.cfg, line 22~24:
if [ ${iso_path} ] ; then
set loopback="findiso=${iso_path}"
# needs `export loopback` here
fi

And all d-i entries won't work since d-i only supports findiso= in the
hdmedia flavor, d-i in cd/dvd doesn't support it.

Thanks for your time.

Reply via email to