How to make a custom ISO image: Difference between revisions

From Alpine Linux
(Add "see also")
Line 18: Line 18:




== Booting an ISO image with local customizations ==
== See also ==


* [[Directly booting an ISO file]]
* [[Directly booting an ISO file]]
* [[How to make a custom ISO image with mkimage]]


[[Category:Package Manager]]
[[Category:Package Manager]]
[[Category:ISO]]
[[Category:ISO]]

Revision as of 13:44, 15 January 2025

ISO remastering

There are third party scripts to re-build completely custom images, like

(works to only make a disk based VM image)

and there is Alpine's original

(creates a diskless ISO file - usually what you want for QEMU and Proxmox)


An alternative

It's also possible to commit and load ISO image customizations to and from a writable partition when booting in Diskless Mode.


See also