1. 29 Aug, 2024 1 commit
  2. 01 Oct, 2023 1 commit
    • Anton Midyukov's avatar
      Remove lilo support · 5c4f4aab
      Anton Midyukov authored
      lilo is stagnating, it is better to prepare in advance for the fact
      that it will not exist.
      5c4f4aab
  3. 14 Jul, 2023 1 commit
  4. 30 Dec, 2022 1 commit
  5. 04 Apr, 2021 1 commit
  6. 18 Sep, 2020 1 commit
  7. 07 Apr, 2020 1 commit
  8. 19 Aug, 2019 1 commit
  9. 24 Dec, 2018 1 commit
  10. 15 Apr, 2016 1 commit
  11. 15 Mar, 2016 1 commit
  12. 19 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      {lib,conf.d}/{ve,vm}.mk: shift the real targets · a18295f2
      Michael Shigorin authored
      lib/*.mk aren't going to be parsed for build targets
      in the near future; and the early placement of those
      targets was superseded by a dedicated configuration
      snippet directory so just move these bits there.
      a18295f2
  13. 03 Sep, 2012 1 commit
  14. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      initial conf.d/vm.mk · 90be07fb
      Michael Shigorin authored
      After we have built a bare virtual machine image successfully
      some variations are due, and these are to be described here.
      90be07fb
  15. 18 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      initial build-vm feature · 75f7c62b
      Michael Shigorin authored
      Yes, mkimage-profiles is now able to build VM disk images.
      So far the support is pretty basic:
      
      - a single hard drive image with a single partition/FS
      - only stock root password is configurable
      - LILO is hardwired as a bootloader
      
      The resulting images tend to boot under qemu/kvm though.
      
      Please see doc/vm.txt for the warning regarding additional
      privileges and setup required.  This was started back in
      February but I still hoped to avoid sudo/privileged helper
      (and libguestfs is almost as undistributable as can be)...
      
      Thanks:
      
      - http://blog.quinthar.com/2008/07/building-1gb-bootable-qemu-image-using.html
      - Alexey Morarash who reworked that as https://github.com/tuxofil/linsygen
      - led@, legion@, vitty@, aen@ for providing advice and inspiration
      75f7c62b