From d033d5635090e5fb97f31c782d92cc9a37ca81e6 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 3 May 2019 11:30:49 -0500 Subject: Inst Handbook: Add writing CDs on Linux/BSD (#74) --- src/install/1_begin.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/install/1_begin.xml') diff --git a/src/install/1_begin.xml b/src/install/1_begin.xml index bbd4951..e901a51 100644 --- a/src/install/1_begin.xml +++ b/src/install/1_begin.xml @@ -43,7 +43,9 @@
Using Linux or BSD - TODO + On Linux or BSD systems, you can use either cdrecord or cdrskin to write the installation image to a CD via the command line. Both commands basically share the same syntax. + For example, to burn the image onto a CD at a speed of 4 and with verbose command output, run cdrecord -v speed=4 [image] or cdrskin -v speed=4 [image], replacing [image] with the file name of the image you want to burn to the CD. + If there's only one optical disc drive on your system, it should be auto-detected. If not, find the device name using 'dmesg' or 'lsblk' and specify it using the 'dev' option. For example, if your optical device is /dev/sr0, run cdrecord -v dev=/dev/sr0 speed=4 [image].
-- cgit v1.2.3-70-g09d2