Burning ISOs: Difference between revisions

From Alpine Linux
(The article is entitled "Burning ISOs". Restrict the content to just that. Remove most of the other distro stuff and make the article includeable.)
(Add category installation)
 
Line 13: Line 13:


[[category: ISO]]
[[category: ISO]]
[[category: Installation]]
</noinclude>
</noinclude>

Latest revision as of 21:13, 2 June 2024

Burning an image to a CD or DVD

Many systems provide the cdrecord command (on Alpine it is provided by the cdrkit package) to write an image to a disc. For example:

cdrecord -v speed=0 alpine-standard-3.20.1-x86.iso

If there's only one CD drive on the system, it should be auto-detected. If not, find the device name using lsblk and specify the dev option. For example:

cdrecord -v dev=/dev/sr0 speed=0 alpine-standard-3.20.1-x86.iso

See also