You need to sign in or sign up before continuing.
  1. 01 Oct, 2024 1 commit
  2. 09 Feb, 2024 1 commit
  3. 21 Aug, 2023 1 commit
  4. 24 Jul, 2023 1 commit
  5. 03 Jul, 2023 1 commit
  6. 18 Mar, 2023 1 commit
  7. 23 Jan, 2023 1 commit
  8. 30 Dec, 2022 1 commit
  9. 02 Sep, 2022 1 commit
  10. 21 Feb, 2022 1 commit
  11. 10 Dec, 2021 1 commit
  12. 30 Sep, 2021 1 commit
  13. 17 Sep, 2021 1 commit
  14. 13 Sep, 2021 1 commit
  15. 30 Aug, 2021 1 commit
  16. 18 Jun, 2021 1 commit
  17. 20 May, 2021 1 commit
  18. 30 Apr, 2021 1 commit
  19. 28 Apr, 2021 1 commit
  20. 14 Feb, 2021 3 commits
  21. 01 Feb, 2021 1 commit
  22. 26 Nov, 2020 1 commit
  23. 22 May, 2020 3 commits
  24. 01 May, 2020 1 commit
  25. 07 Apr, 2020 3 commits
  26. 30 Sep, 2019 1 commit
    • Anton Midyukov's avatar
      build-vm: drop 04-inittab · 8d4c0940
      Anton Midyukov authored
      Not used by systemd and looks obsolete generally
      as sysvinit-based disk images aren't really targeting
      low-resource systems these days _by default_ but rather
      _can_ target those as well; feel free to reconstruct
      these "RAM saving" bits as a part of e.g. lowmem patch.
      8d4c0940
  27. 16 Sep, 2019 2 commits
    • Anton Midyukov's avatar
      build-vm: 07-kernel: all initrd modules are optional · 0fe6b1ee
      Anton Midyukov authored
      The problem at hand is that different kernels can have
      varying module sets, and it makes sense to put four of
      those at once sometimes; so avoid silly build breakage.
      0fe6b1ee
    • Ivan Melnikov's avatar
      build-vm, main.mk, pack: add recovery.tar · dc598719
      Ivan Melnikov authored
      recovery.tar needed for tavolga (mipsel).
      This commit is the result of transferring the required functionality
      from build-mr (mipsel rootfs).
      This change uses external tool to build Tavolga-compatible
      recovery.tar. This simplifies the logic and avoids having
      recovery workdir in the profile.
      After this change, m-p will require tavolga-image-tools >= 3.0.
      dc598719
  28. 30 Aug, 2019 1 commit
  29. 19 Aug, 2019 5 commits
    • Ivan A. Melnikov's avatar
      build-vm: Don't copy in .host/qemu* if tar2fs won't be called · 2e70a8f8
      Ivan A. Melnikov authored
      (gkebfm@ thinks it was a terrible idea in the first place
      and mike@ agrees; this is a rework TODO item)
      2e70a8f8
    • Anton Midyukov's avatar
      build-vm, pack: implement tar, tar.gz, tar.xz support for vm/* target · 1ef77caf
      Anton Midyukov authored
      build-vm ceases to be a target for building only virtual machine images.
      Now it can be used to build tarballs designed for installation on real
      machines.
      
      This commit is the result of transferring the required functionality from
      build-mr (mipsel rootfs) by Ivan Melnikov <iv@altlinux.org>.
      
      NB: mike@ strongly objected to this dilution but gave up eventually;
          the whole kernel/build-vm/tar2fs/pack mess should be split into
          distinct layers busy with their own responsibilities:
      
          1) a tarball with kernel is done without tar2fs at all
             (and no build-vm bits should be needed either, maybe
             it's worth splitting and renaming as "vm" meaning
             disk image for some armh board is grossly misleading);
      
          2) a tarball with kernel can be further (multi-)packed
             as, well, (compressed) tarball and a disk image
             (only the latter one should employ build-vm/tar2fs);
      
          3) compression should be done in pack feature style,
             preferably described once and not duplicated all over
             the profile for every single new kind of its output.
      
          In the mean time, running into this and moving no further
          starts to hurt more than it could help.
      1ef77caf
    • Anton Midyukov's avatar
      8e1dd12f
    • Anton Midyukov's avatar
      05d62831
    • Anton Midyukov's avatar
      build-vm, kernel, tar2fs: make-initrd happens now in build-vm · 27674e29
      Anton Midyukov authored
      NB: 07-kernel change breaks multi-kernel setup!
      
      Breaks: 650e92bf
      27674e29