You need to sign in or sign up before continuing.
  1. 19 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      tar2vm: reworked to use sfdisk · 5e9ba6fb
      Michael Shigorin authored
      The issue (#28002) resulting in vm image build error reading
      
        Syntax error at or above line 5 in file '/etc/lilo-loop.conf'
      
      was caused by fdisk-2.22 changing its "-l" option output format
      to drop the very mention of the long irrelevant crap named "CHS".
      
      The problem is, however, that we still need that crap to piggyback
      a loop device's fake geometry to lilo while installing it there.
      
      Reported by icesik@.
      5e9ba6fb
  2. 03 Sep, 2012 1 commit
  3. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      bashize tar2vm · e355bd7c
      Michael Shigorin authored
      Finally tired of expr(1) quirks,
      and even ash(1) does $((arithmetic-expansion))!
      e355bd7c
  4. 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