On Fri, Apr 29, 2016 at 11:24:24AM -0400, Greg Fitzgerald wrote: > On Fri Apr 29 10:45AM, Dan Ritter wrote: > > On Fri, Apr 29, 2016 at 09:44:17AM -0400, Greg Fitzgerald wrote: > > > I'm pxe booting the debian live cd. I currently serve > > > filesystem.squashfs over nfs, but I'm wondering if there is a way to > > > serve it over http like other distros offer? > > > > Yes. > > > > LABEL jessie-live > > MENU LABEL Jessie Live > > KERNEL debian/jessie/live/vmlinuz > > INITRD debian/jessie/live/initrd.img > > APPEND boot=live > > fetch=http://servername.tld/isos/debian-live-8.3.0-amd64-standard.iso > > > > for example. > > > > Note that it does not, at this time, appear to work with https. > > > > -dsr- > > > > Thanks. Does fetch have to pass the iso file or can it just point to the > squashfs file?
In theory, the squashfs should work. In practice, I haven't tried that. -dsr-