Live data from Hacker News

Netboot

netboot.xyz

1–10 of 48 posts

Re: Netboot

#2
NetBooting from the internet AND over HTTP? Sign me up!

Sarcasm aside, at the very least it would have been nice to see it use iPXE's `imgtrust` and `imgverify` functionality, which I could then audit and load on to a boot medium for netboot use.

Re: Netboot

#3
Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

Re: Netboot

#4
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

I had the exact same reaction (and friends over IRC too), but I still find the idea quite cool: it could be implemented correctly (with signature verification or something alike).

Also, if it is just to try out a new OS in a virtual machine, I guess it is okay to use such a service :).

Re: Netboot

#5
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

People are running untrused code all the time. How uses a 100% open source, repoducably build, 100% audited os?

Re: Netboot

#7
post #6
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

Run: sh | wget http://www...something.com/install.sh to install something automatically! Way too many projects do it, from my head: rvm and oh-my-zsh.

docker?

Re: Netboot

#8
post #6
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

Run: sh | wget http://www...something.com/install.sh to install something automatically! Way too many projects do it, from my head: rvm and oh-my-zsh.

Don't forget that many require you to use sudo.

Re: Netboot

#9
post #6
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

Run: sh | wget http://www...something.com/install.sh to install something automatically! Way too many projects do it, from my head: rvm and oh-my-zsh.

No worse than "./configure && make && sudo make install"

Re: Netboot

#10
post #6
post #3

Running unsigned code from the internet? Have I woken up in crazy land today? When did things like this become acceptable.

Run: sh | wget http://www...something.com/install.sh to install something automatically! Way too many projects do it, from my head: rvm and oh-my-zsh.

I think it's the other way and you need the -qO- flags.
Post reply on HN