From 446478464ff6c00bd3d61b8439c45eb60f73e763 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Thu, 8 Nov 2012 04:22:56 -0900 Subject: [PATCH] forgotten file --- bootinfo.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bootinfo.txt diff --git a/bootinfo.txt b/bootinfo.txt new file mode 100644 index 0000000..13dedba --- /dev/null +++ b/bootinfo.txt @@ -0,0 +1,24 @@ +# This file gets copied to LiveKit ZIP build, in order to provide +# some basic information for the user - mostly hints to encourage +# the user to run /mylinux/boot/bootinst.sh(bat). +# +# Lines containing # are ignored +# +Thank you for using mylinux! +Steps to make it bootable from your USB device: + +1) Extract the contents of ZIP archive to your USB drive. + If you are using Windows, you will get for example E:\mylinux\ + You probably already did this, just make sure you extracted + the archive to your USB drive and not to your local harddisk. + +2) Now navigate to directory /mylinux/boot/ on your USB drive. + In Windows, it will be E:\mylinux\boot\ for example. + Use explorer or any other file manager for this task. + +3) While you're in the boot directory, locate file bootinst.bat + Run it by doubleclicking it. It will setup your USB to boot. + If you're running Linux, use bootinst.sh instead. + +-- That's it. Your USB device is now ready to boot mylinux. +-- You can safely delete this readme.txt file, it's not needed.