From cdb8d6c2167ce9bf7e26fe2841e2f1ba152cd0dd Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Wed, 20 May 2015 22:36:24 +0200 Subject: [PATCH] Update create_live_usb.md --- create_live_usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_live_usb.md b/create_live_usb.md index b4384568..6362fed8 100644 --- a/create_live_usb.md +++ b/create_live_usb.md @@ -144,4 +144,4 @@ cp /usr/lib/syslinux/menu.c32 image/isolinux/ cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd .. ``` -Great success ! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key. \ No newline at end of file +Great success! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key. \ No newline at end of file