|
|
|
|
|
by stuporglue
447 days ago
|
|
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. |
|