OS-1337 / OS1337

OS/1337 Project
https://os1337.com
Other
19 stars 2 forks source link

OS/1337: Installer Script #9

Open kkarhan opened 11 months ago

kkarhan commented 11 months ago

A small Script that:

  1. Creates a RAMDISK.
  2. downloads a system image of OS/1337 via HTTP(S), FTP(S) / (S)FTP, and necessary tools if need be.
  3. stores said image in RAM, integrity-checks it.
  4. Flashes/Writes said system image to a drive of choice.
  5. makes that bootable.
  6. reboots the system.

This should allow more advanced installs than the "CORE" Edition as well.

kkarhan commented 11 months ago

This is blocked by #7 & #8

kkarhan commented 11 months ago

NOT to be confused with current and old / being reworked scripts - thx to @sweetaibelle for the latter ones.

kkarhan commented 11 months ago

Like said in #8 it may be necessary to download an "installer image" to dd onto the drive.

As toybox's fdisk is broken [spits out errors while compiling] and admittedly unfinished it's not useable.

kkarhan commented 10 months ago

I'm not even shure this could work with the current driver support integrated as of now...