Commit Graph

6 Commits

Author SHA1 Message Date
Bananymous e96efea2fb BuildSystem: all scripts have now bash shebang
I could not use the scripts on debian
2023-06-02 18:41:45 +03:00
Bananymous 1c22e90fa0 Scripts: remove disk build from install-usb.sh
You can still use the install-usb.sh script from the build directory.
2023-04-18 10:18:15 +03:00
Bananymous b4ce438ca7 Build: install-usb now prints write size correctly in MiB 2023-03-08 02:41:44 +02:00
Bananymous eacf551d0f Build: Make install-usb.sh print human readable size 2023-02-19 00:48:25 +02:00
Bananymous 0eb1fb8bae Buildsystem: Build disk image manually
We don't use grub-mkrescue anymore. Instead we build the disk image
manually. This allows us to have known disk layout for easier testing
when I get to implementing disk reading. For now I made the root
partition ext2 since I think that will be the first format that I'll
implement.
2023-02-05 18:08:40 +02:00
Bananymous 90632de834 General: Add script to install iso to usb 2022-12-13 00:50:48 +02:00