diff options
author | Mohammad Etemaddar <mohammad.etemaddar@gmail.com> | 2015-11-27 22:53:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 421592ca62bf52fb641b32424eb7ed18f7c38932 (patch) | |
tree | 4b1e7702ff8c0de693fe2445eae1f149869fe95c /system/multibootusb/README | |
parent | 328460ccc601258c23eb96d5794e9624e8209ac3 (diff) | |
download | slackbuilds-421592ca62bf52fb641b32424eb7ed18f7c38932.tar.gz |
system/multibootusb: Added (Install live linux on a USB disk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/multibootusb/README')
-rw-r--r-- | system/multibootusb/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/multibootusb/README b/system/multibootusb/README new file mode 100644 index 0000000000..1c4dfb3027 --- /dev/null +++ b/system/multibootusb/README @@ -0,0 +1,11 @@ +multibootusb (Install multiple live linux on a USB disk) + +MultiBootUSB allows you to install multiple live linux on a USB disk +non destructively and option to uninstall distros. + +User can get the distro's all available *default* boot options during +distro's installation. + +Syslinux is used as default boot loader for making USB bootable. + +- You also need QEMU in order to use it within multibootusb. |