forked from Tomas-M/linux-live
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbootinfo.txt
23 lines (19 loc) · 983 Bytes
/
bootinfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.
-- That's it. Your USB device is now ready to boot mylinux.
-- You can safely delete this file (mylinux.txt), it's not needed.