←back to thread

764 points bertman | 7 comments | | HN request time: 2.429s | source | bottom
1. perdomon ◴[] No.43486901[source]
Can someone please ELI5? When I hear live images, I think of iOS videos that go along with pictures you take
replies(3): >>43486936 #>>43487015 #>>43495307 #
2. mjg59 ◴[] No.43486936[source]
Live images are Linux distributions that can be run directly from removable media instead of having to be installed to local storage.
replies(1): >>43494201 #
3. stuporglue ◴[] No.43487015[source]
A live image is an operating system image which you can boot from and use vs. an install disk which can only install, but there's no usable environment available).

A reproducable build means you can get the same source code and compile it, and it will be identical to the published image. This is important because otherwise you don't know if the published image actually used some other source code. If it used some other source code, the published image might have a backdoor, or something that you can't find by reading the source code.

replies(1): >>43488173 #
4. perdomon ◴[] No.43488173[source]
Is that the idea behind Tails OS? It runs from removable media and disappears when ejected?
replies(1): >>43488511 #
5. abdullahkhalids ◴[] No.43488511{3}[source]
Yes. Though the disappearing doesn't happen when you eject the removable media. When you first boot from the removable media, the OS loads itself into the RAM. If you want to open additional programs, then those are loaded from the media into RAM and then executed. However, you can remove the media at any point after boot, and after that you only run the programs that are already loaded into RAM.

Also we have had live images of various OSes for many decades. I seem to recall that we used to load DOS from floppy disks.

6. nottorp ◴[] No.43494201[source]
And iOS live images are half second movies, not images.
7. Vaslo ◴[] No.43495307[source]
This question should be at the top. I know HN tries to stay agnostic in their report of news but they definitely fall on the wrong side of feature vs benefit (as do most open sources authors ) and plenty of folks will just pass up this article completely ignorant of the benefit.