Commit graph

9 commits

Author SHA1 Message Date
LekKit
fa2c3f811e
mkimg: support raw images and misc improvements (#16)
- build without firmware
- add non-fallback entry
- use UUID instead of part name
2023-07-07 18:38:09 +08:00
Felix Yan
31fde4cce7
mkimg: update u-boot to v2023.04 (#14)
Fixes boot issue here (stucking at "Starting kernel...").
2023-04-19 15:50:17 +08:00
XieJiSS
4e2351a2cb
fix(mkimg): early quit if nbd module is missing (#10) 2023-01-23 18:07:53 +08:00
Felix Yan
9fc89f348e
feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9)
- Enable networking by default as it's often useful.
- Use systemd-nspawn instead of arch-chroot because the latter is known
  to be fragile and often results in mounts not being cleaned up
  correctly and broken images.
2022-12-01 22:06:37 +08:00
Celeste Liu
850d7c93e3
refactor(mkimg): remove hack for systemd-firstboot since 252 has released
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
2022-11-24 13:21:47 +08:00
Celeste Liu
e5043640bd
fix(mkimg): clean up before build
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
2022-11-24 13:19:23 +08:00
Celeste Liu
50cc973369
maintain: update u-boot to v2022.10 & opensbi to v1.1
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
2022-11-01 18:35:09 +08:00
Avimitin Lu
218dcea615
fix(mkrootfs&mkimg): fix argument parser (#6) 2022-09-13 12:05:55 +08:00
Coelacanthus
ec4bad56d6
refactor: add arguments to contrl script behaivor, rename to non-suffix
Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>
2022-09-11 23:30:29 +08:00
Renamed from mkimg.sh (Browse further)