Commit graph

  • 83121865e9 Updated Readme master Sohrab Behdani 2025-02-08 19:55:05 +03:30
  • c4f16a3c46 Ready to use Sohrab Behdani 2025-02-08 19:49:15 +03:30
  • fe2eeb2665 A little fix Sohrab Behdani 2025-02-08 19:16:56 +03:30
  • d9b9be9dee added parch configuration Sohrab Behdani 2025-02-08 18:51:23 +03:30
  • 9b73fbbaed updated build script Sohrab Behdani 2025-02-08 18:38:51 +03:30
  • 98ebb0ac08 Update file README.md Sohrab Behdani 2025-02-07 22:06:28 +00:00
  • 5ab6bd0d23 Added some Parch Stuff Sohrab Behdani 2025-02-07 21:59:47 +00:00
  • f054f45cc4
    mkrootfs: avoid copy keyring of host Celeste Liu 2024-10-02 21:14:18 +08:00
  • 92c7c8369c
    mkimg: workaround NBD ready issue Celeste Liu 2024-07-06 17:56:15 +08:00
  • aea555968e
    mkimg: use GNU Parted to improve readability Celeste Liu 2024-07-06 17:54:10 +08:00
  • 1ee817b121
    mkimg: fix systemd-firstboot (#22) Felix Yan 2024-10-02 16:05:47 +03:00
  • 0220aa7859
    Fix startqemu.sh for new QEMU (#20) Felix Yan 2024-09-24 10:12:39 +03:00
  • b18ac49ea5
    mkimg: add options to specify alternative kernel and additional cmdline (to build imgs for [unsupported] boards (#18) Felix Yan 2024-01-03 16:30:47 +02:00
  • e5bbb17401
    readme: add note about initrd chioce when first boot in QEMU Celeste Liu 2023-12-08 22:25:33 +08:00
  • 542aae6de5
    mkimg: unset $PYTHONSAFEPATH because it break OpenSBI build Celeste Liu 2023-12-08 21:36:57 +08:00
  • fabb0a7fc3
    mkimg: rename to $uuid because it's acutally a UUID Celeste Liu 2023-12-08 21:09:55 +08:00
  • 1612c74904
    Update uboot and opensbi to latest versions (#17) Felix Yan 2023-10-03 06:38:30 +03:00
  • 7a2b4531ed
    feat(mkimg): add other filesystem support Celeste Liu 2023-07-10 19:36:50 +08:00
  • a5f037a9b3
    refactor(mkimg): remove useless parameters Celeste Liu 2023-07-10 19:08:55 +08:00
  • 382755139f
    feat(mkimg): enable btrfs support for uboot Celeste Liu 2023-07-10 18:54:57 +08:00
  • e47bd270af
    refactor(mkimg): use global variable to specify firmware version Celeste Liu 2023-07-10 18:44:38 +08:00
  • e1e85f4250
    fix(mkimg): use blobless clone instead of shadow clone Celeste Liu 2023-07-10 18:41:45 +08:00
  • fc6ab3400c
    refactor(mkimg): reduce commands when update repo Celeste Liu 2023-07-10 18:40:41 +08:00
  • cab9b1a1ea
    fix(mkimg): wont update repo when directory exists Celeste Liu 2023-07-10 18:34:37 +08:00
  • fa2c3f811e
    mkimg: support raw images and misc improvements (#16) LekKit 2023-07-07 13:38:09 +03:00
  • a7f841ab5a
    fix(mkrootfs): change pacman-extra-riscv64.conf path (#15) Eric Long 2023-05-27 22:39:49 +08:00
  • 31fde4cce7
    mkimg: update u-boot to v2023.04 (#14) Felix Yan 2023-04-19 10:50:17 +03:00
  • 1b97fa1c83
    chore: Add missing devtools-riscv64 prerequisite to README (#12) Job Noorman 2023-02-15 12:05:50 +00:00
  • c81a4c8590
    fix(mkrootfs): fix typo (#11) XieJiSS 2023-02-05 12:12:11 +08:00
  • 69aa024f38
    fix(mkrootfs): use Arch geo mirror as default Celeste Liu 2023-01-24 01:06:32 +08:00
  • 4e2351a2cb
    fix(mkimg): early quit if nbd module is missing (#10) XieJiSS 2023-01-23 18:07:53 +08:00
  • 9fc89f348e
    feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9) Felix Yan 2022-12-01 22:06:37 +08:00
  • 850d7c93e3
    refactor(mkimg): remove hack for systemd-firstboot since 252 has released Celeste Liu 2022-11-24 13:21:47 +08:00
  • e5043640bd
    fix(mkimg): clean up before build Celeste Liu 2022-11-24 13:19:23 +08:00
  • 50cc973369
    maintain: update u-boot to v2022.10 & opensbi to v1.1 Celeste Liu 2022-11-01 18:33:55 +08:00
  • 5d7dbdbe37
    docs(readme): add README.md file (#8) Avimitin Lu 2022-09-15 14:45:23 +08:00
  • 00857a7aaa
    feat(startqemu): add argument parser for specifying different qcow image (#7) Avimitin Lu 2022-09-15 13:24:12 +08:00
  • 218dcea615
    fix(mkrootfs&mkimg): fix argument parser (#6) Avimitin Lu 2022-09-13 12:05:55 +08:00
  • ec4bad56d6
    refactor: add arguments to contrl script behaivor, rename to non-suffix Coelacanthus 2022-09-11 23:25:47 +08:00
  • 55d5af7f33
    refactor(mkrootfs): use sha512crypt instead of crypt(old) Coelacanthus 2022-08-30 18:09:12 +08:00
  • b4bc366b43
    fix(mkimg): fix git environment clean Coelacanthus 2022-08-29 18:53:51 +08:00
  • d47be0c0e8
    fix(mkimg/uboot): fix virtio_pci_map_capability Coelacanthus 2022-08-29 18:50:37 +08:00
  • a98ef30437
    refactor(mkimg): drop dracut, use mkinitcpio (#5) Felix Yan 2022-08-25 07:30:52 +03:00
  • 1dd75aa50e
    refractor(mkimg): using fallback initramfs directly (#4) Felix Yan 2022-08-03 07:10:27 +03:00
  • 0f2e94e4b6
    fix(mkimg): bash: local: can only be used in a function Coelacanthus 2022-07-29 19:07:40 +08:00
  • 5a7a0c6c96
    feat(mkimg): check before git and update git every time Coelacanthus 2022-07-28 21:30:04 +08:00
  • e0ff416204
    fix(mkimg): fix re-generate initramfs Coelacanthus 2022-07-28 17:10:24 +08:00
  • 6791623ab7
    fix(mkimg): rollback opensbi Coelacanthus 2022-07-28 16:22:43 +08:00
  • 96621efd80
    refactor(mkimg): update uboot and opensbi, remove unneeded patch Coelacanthus 2022-07-28 15:27:52 +08:00
  • fa97890ebe
    fix(mkimg): don't do useless chroot Felix Yan 2022-07-28 15:15:43 +08:00
  • 11246769a0
    fix(mkimg): systemd-firstboot conf needn't use chroot Coelacanthus 2022-07-28 15:07:13 +08:00
  • 75c5f99571
    fix(mkimg): fix extlinux conf install path Coelacanthus 2022-07-28 15:02:41 +08:00
  • c878d1729f Add missing $ in usermod command Felix Yan 2022-07-28 01:20:08 +08:00
  • a9b5239528
    fix(mkimg,mkrootfs): clean up need root Coelacanthus 2022-07-27 22:31:08 +08:00
  • 41765df789
    fix(mkimg): chown to root for root directory Coelacanthus 2022-07-27 22:29:02 +08:00
  • 8446758c6c
    feat(mkrootfs): clean up files when completed Coelacanthus 2022-07-27 22:27:15 +08:00
  • 8855d84c83
    fix(mkrootfs): chown to root for root directory Coelacanthus 2022-07-27 22:25:24 +08:00
  • de725f6b8e
    fix(mkrootfs): usermod ONLY support abs path Coelacanthus 2022-07-27 22:04:25 +08:00
  • eb221c9a84
    fix(mkrootfs): usermod require encrypted password Coelacanthus 2022-07-27 21:50:49 +08:00
  • 7668eca128
    fix(mkimg): remove useless chroot for heredoc Coelacanthus 2022-07-27 21:25:29 +08:00
  • 9b25155ec8
    fix(mkimg): use pacman in chroot and Syu when install packages Coelacanthus 2022-07-27 20:45:02 +08:00
  • 8e9166c0f0
    fix(mkimg): lost extract rootfs step Coelacanthus 2022-07-27 19:55:25 +08:00
  • 40fc627098
    chore: add LICENSE file and copyright comment Coelacanthus 2022-07-27 13:39:17 +08:00
  • 8a355c5a35
    feat: add startqemu script to test qemu img Coelacanthus 2022-05-29 00:33:01 +08:00
  • 7b1e2c2ac0
    refactor(mking): use upstream patch for compressed kernel Coelacanthus 2022-05-29 00:31:22 +08:00
  • 0663c3ca83
    refactor(mkimg): using dracut-hook in repo Coelacanthus 2022-05-25 13:55:08 +08:00
  • f6c057bb16
    refactor(mkimg): using --force for systemd-firstboot Coelacanthus 2022-05-24 17:38:06 +08:00
  • 1e005718e9
    feat: mkimg now learned compressed kernel support Coelacanthus 2022-05-23 23:27:56 +08:00
  • 841f0b8b38
    feat: add mkimg script to make qemu img (lack compressed kernel support) Coelacanthus 2022-05-23 21:10:31 +08:00
  • 527749ef8d
    feat: add mkrootfs script Coelacanthus 2022-05-23 13:40:46 +08:00