Asad Saeeduddin

Results 161 comments of Asad Saeeduddin

ipxe already has good support for booting ISO images, but the ability to just directly set an ipxe script isn't exposed via pixiecore. Right now I compile *another* undionly.kpxe on...

I'm booting all kinds of wacky stuff, ESXi, systemrestore, probably going to try a library of things in the future. It Just Works TM, without any fiddling. The stuff I'm...

Here's my ipxe script FWIW: ``` const pxeScript = `#!ipxe dhcp && sanboot http://${selfIP}:${port}/images/${isoName} `; ``` There's some js bits getting interpolated there, but that's it. Just `dhcp`, then `sanboot`.

If it makes it "cleaner", I'd be fine with any approach that lets me inject my ipxe script into a second chainloaded instance of ipxe. I just couldn't find any...

No, the script I want to load is dynamic. If you go with the static approach, I'd want a mac filter option as well, so I can start one pixiecore...

@danderson As a slightly off topic question, did you recently rebase some code around? I'm trying to get some code that used to work properly with undionly.kpxe and now it's...

@NerdyPepper Any chance you could make another release with the fixed label? The latest release appears to precede your fix. Thanks!

@jacobstanley Is the `Alternative` instance as it is defined today associative? i.e. does `(x y) z` have the same probability distribution of results as `x (y z)`?

As users, describing our package configuration roughly amounts to describing a vertex-annotated graph where: - the vertices correspond to packages (identified by their name) - the vertex annotations correspond to...

@kwand I think these issues should go through at least the "is it still stale" -> "no response within x duration" -> "close" workflow. At least one of the issues...