On Wed, 28 Jun 2017 02:16:47 +0000 JimmyZ <jimmy...@gmail.com> wrote: > 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
I believe this assessment is correct, but I am not in a position to test it directly myself. Regardless, I have submitted a merge request against 'live-wrapper' on salsa that (I hope) should correct the problems noted above. > 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. -S.M.