From 59371ad1c046db2ebc8a6c5f0d67787a4b2a8170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 3 Mar 2008 23:20:26 +0000 Subject: [PATCH] Added info on how to create a CD. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24222 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ReadMe b/ReadMe index d34e8675ff..d555aa4329 100644 --- a/ReadMe +++ b/ReadMe @@ -72,6 +72,28 @@ use DriveSetup and initialize it to BFS. Note that installing Haiku in a directory only works as expected under BeOS, but it is not yet supported under Linux and other non-BeOS platforms. +Bootable CD-ROM Image +--------------------- + +* UNSUPPORTED yet * + +Creating a bootable CD requires burning 2 tracks on a single CD. +The first track is an El-Torito bootable ISO file-system containing a boot +floppy image, and is created with: + + jam -q haiku-boot-cd + +This generates an image file named 'haiku-boot-cd.iso' in your output directory +under 'generated/'. +The second track is the raw BFS image 'haiku.image' in 'generated/' created +with: + + jam -q haiku-image + +Under Unix/Linux, and BeOS you can use cdrecord to create a CD with: + + cdrecord dev=x,y,z -v -eject -dao -data generated/haiku-boot-cd.iso generated/haiku.image + Building Components -------------------