Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix busybox booting into root shellweek3 | lonkaars | 2024-02-06 |
| | |||
* | WIP busybox | lonkaars | 2024-02-05 |
| | |||
* | fix sd card detection for laptop | lonkaars | 2024-02-04 |
| | | | | | | | | | the sd card is detected as removable and listed as a /dev/sd* device on my desktop pc, but listed as /dev/mmcblk* and non-removable on my laptop. now the state/gen script checks if it is EITHER removable or starts with mmcblk. also fixed `make status` output to look nicer | ||
* | update build environment after repartitioning sd card | lonkaars | 2024-02-04 |
| | |||
* | improve speed in state/gen for large kernel repo | lonkaars | 2024-02-03 |
| | |||
* | fully automatic sd card partitioning and formatting | lonkaars | 2024-02-03 |
| | |||
* | WIP more unneeded automation of setup | lonkaars | 2024-02-02 |