87 posts
Posted 10 October 2014 - 04:11 PM
Levi's OSBoot
Levi's OSBoot is the program I created that allows the owner of the computer to have multiple operating systems on the same computer.
How to installTo install follow the following instructions:
- Make sure your http setting in the config file is set to true.
- Type the following command into the terminal - "pastebin get 5CctVj34 startup"
- Type the following command into the terminal - "reboot"
- You have installed Levi's OSBoot.
How to create an OS for Levi's OSBoot- When creating the installer make sure that it installs it to the directory "OperatingSystems/os_name", obviously replacing os_name with your operating system's name.
- Make sure that the file you want launched is placed inside your folder ("OperatingSystems/os_name") and that it is named the same name as your folder.
- To make the experience more user friendly I suggest that you place all other files regarding the operating system into your dedicated folder.
[attachment=1907:2014-10-10_16.07.43.png]
[attachment=1908:2014-10-10_16.08.21.png]
[attachment=1909:2014-10-10_16.08.36.png]
[attachment=1910:2014-10-10_16.08.47.png]
Edited on 10 October 2014 - 05:23 PM
227 posts
Location
Germany
Posted 10 October 2014 - 04:57 PM
4. You have not installed Levi's OSBoot.
Oh, that was unexpected…
Also I wouldn't 'overwrite' the List and Delete program - to remove your program I had to either go into the lua console and use fs.delete() or the raw file path with 'rom/programs/delete xy'.
As an improvement you could implement an automatic detection of all the OSes installed and list them to the user, so that there is no potential of writing the name the wrong way
87 posts
Posted 10 October 2014 - 06:40 PM
4. You have not installed Levi's OSBoot.
Oh, that was unexpected…
Also I wouldn't 'overwrite' the List and Delete program - to remove your program I had to either go into the lua console and use fs.delete() or the raw file path with 'rom/programs/delete xy'.
As an improvement you could implement an automatic detection of all the OSes installed and list them to the user, so that there is no potential of writing the name the wrong way
I'll try to make a list right away.
87 posts
Posted 10 October 2014 - 07:34 PM
4. You have not installed Levi's OSBoot.
Oh, that was unexpected…
Also I wouldn't 'overwrite' the List and Delete program - to remove your program I had to either go into the lua console and use fs.delete() or the raw file path with 'rom/programs/delete xy'.
As an improvement you could implement an automatic detection of all the OSes installed and list them to the user, so that there is no potential of writing the name the wrong way
List added, I've updated the pastebin code if you want to try it.