Sugar Creation Kit: Difference between revisions
| Line 429: | Line 429: | ||
====='''Instructions on how make a booting Live USB device'''===== | ====='''Instructions on how make a booting Live USB device'''===== | ||
* '''Windows, GNU/Linux, and Intel Mac's''' | * '''Windows, GNU/Linux, and Intel Mac's''' | ||
* Fedora | * Fedora liveusb-creator - IMPORTANT | ||
: '''USE "liveusb-creator --reset-mbr'' from terminal''' | : '''USE "liveusb-creator --reset-mbr'' from terminal''' | ||
: Or USB will not boot | : Or USB will not boot | ||
[[File:Cinnamon_liveusb-creator_f21.png|500px]] | |||
*Latest version has 2nd option: "Overwrite your device with the image using dd" | |||
* Command line Use: | * Command line Use: | ||
# liveusb-creator --help | |||
Usage: liveusb-creator [options] | |||
Options: | |||
--version show program's version number and exit | |||
-h, --help show this help message and exit | |||
-c, --console Use console mode instead of the GUI | |||
-f DRIVE, --force=DRIVE | |||
Force the use of a given drive | |||
-s, --safe Use the "safe, slow and stupid" bootloader | |||
-n, --noverify Skip checksum verification | |||
-v, --verbose Output extra debugging messages | |||
-k ARGS, --extra-kernel-args=ARGS | |||
Supply extra kernel arguments (eg: -k | |||
noswap,selinux=0,elevator=noop) | |||
-x, --no-xo Disable OLPC support | |||
-m, --reset-mbr Reset the Master Boot Record | |||
-C, --device-checksum | |||
Calculate the SHA1 of the device | |||
-L, --liveos-checksum | |||
Calculate the SHA1 of the device | |||
-H HASH, --hash=HASH Use a specific checksum algorithm (default: sha1) | |||
-d, --dd Overwrite your device with the image using dd | |||
(WARNING: destructive) | |||
====[[Tutorials/Installation/Install & use liveusb-creator|Installing and using liveusb-creator in sugar]]==== | ====[[Tutorials/Installation/Install & use liveusb-creator|Installing and using liveusb-creator in sugar]]==== | ||