[Buildroot] [PATCH 3/3] docs/manual/beyond-buildroot: building and testing live-CDs

Noé Rubinstein nrubinstein at aldebaran.com
Mon Jan 19 19:52:57 UTC 2015


Signed-off-by: Noé Rubinstein <nrubinstein at aldebaran.com>
---
 docs/manual/beyond-buildroot.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/docs/manual/beyond-buildroot.txt b/docs/manual/beyond-buildroot.txt
index b8b1973..d5d7089 100644
--- a/docs/manual/beyond-buildroot.txt
+++ b/docs/manual/beyond-buildroot.txt
@@ -35,3 +35,29 @@ you should be aware of:
 
 * Buildroot does not currently provide +host-qemu+ and +binfmt+
   correctly built and set for that kind of use.
+
+==== Live-CD
+
+To build a live-CD image, enable _iso image_ in the _Filesystem images_ menu.
+(This works only on x86 and x86_64.)
+
+You can build a live-CD image with either ISOLINUX or Grub as a bootloader,
+but only ISOLINUX supports using this image with a live-USB drive.
+
+You can test your live-CD image using QEMU:
+
+-------------------
+qemu-system-i386 -cdrom output/images/rootfs.iso9660
+-------------------
+
+Or use it as a hard-drive image if it is an hybrid ISO:
+
+-------------------
+qemu-system-i386 -hda output/images/rootfs.iso9660
+-------------------
+
+It can be easily flashed to an USB drive with +dd+:
+
+-------------------
+dd if=output/images/rootfs.iso9660 of=/dev/sdb
+-------------------
-- 
2.1.4

Please ignore the below footer, which is of course irrelevant to this patch.

-- 




*This email and any attachment thereto are confidential and intended solely 
for the use of the individual or entity to whom they are addressed.If you 
are not the intended recipient, please be advised that disclosing, copying, 
distributing or taking any action in reliance on the contents of this email 
is strictly prohibited. In such case, please immediately advise the sender, 
and delete all copies and attachment from your system.This email shall not 
be construed and is not tantamount to an offer, an acceptance of offer, or 
an agreement by Aldebaran Robotics on any discussion or contractual 
document whatsoever. No employee or agent is authorized to represent or 
bind Aldebaran Robotics to third parties by email, or act on behalf of 
Aldebaran Robotics by email, without express written confirmation by 
Aldebaran Robotics’ duly authorized representatives.*
------------------------------

*Ce message électronique et éventuelles pièces jointes sont confidentiels, 
et exclusivement destinés à la personne ou l'entité à qui ils sont 
adressés.*

*Si vous n'êtes pas le destinataire visé, vous êtes prié de ne pas 
divulguer, copier, distribuer ou prendre toute décision sur la foi de ce 
message électronique. Merci d'en aviser immédiatement l'expéditeur et de 
supprimer toutes les copies et éventuelles pièces jointes de votre système.*

*Ce message électronique n'équivaut pas à une offre, à une acceptation 
d’offre, ou à un accord d'Aldebaran Robotics sur toute discussion ou 
document contractuel quel qu’il soit, et ne peut être interprété comme tel. 
Aucun employé ou agent d’Aldebaran Robotics n'est autorisé à représenter ou 
à engager la société par email, ou à agir au nom et pour le compte de la 
société par email, sans qu’une confirmation écrite soit donnée par le 
représentant légal d’Aldebaran Robotics ou par toute autre personne ayant 
reçu délégation de pouvoir appropriée.*


More information about the buildroot mailing list