This commit is contained in:
lw-everestlinux
2022-08-15 14:33:41 -04:00
parent 810564082a
commit dfffba09e9
7 changed files with 160 additions and 0 deletions

9
INSTRUCTIONS Normal file
View File

@@ -0,0 +1,9 @@
### HOW TO INSTALL EVEREST LINUX ###
1 - Read over build.sh, build-2.sh, and build-3.sh, and make any necessary modifications
2 - Read over all files in the sysfiles directory, and make any necessary modifications
3 - Run build.sh as ROOT on your host system
4 - Run build-2.sh as the newly created EVEREST user on your host system
5 - Run build-3.sh as any user that can write to /mnt/everest
6 - After all 3 scripts have finished, you should be left with a tarball called "everestlinux-1.0.0-busybox.tar.bz2 in the /mnt/everest/build directory. Copy this tarball to any system and unpack it.
7 - You should now have a fully functional Everest Linux system.