1. 16 Feb, 2022 1 commit
  2. 06 Jan, 2013 1 commit
  3. 02 Jul, 2012 1 commit
    • Michael Shigorin's avatar
      proxy CLEANUP_PACKAGES down · fcf41f22
      Michael Shigorin authored
      mkimage implementation requires that the variables
      to be passed to the scripts are to be prefixed with
      GLOBAL_ or INFO_ tags as appropriate; in this case
      the upstream makefile didn't care to.
      fcf41f22
  4. 25 Jun, 2012 2 commits
    • Michael Shigorin's avatar
      initial vm-{net,ssh} features · 09be84be
      Michael Shigorin authored
      A virtual machine isn't very useful if there are no means
      to access it; let's bring up the basic networking and provide
      root SSH access via pre-existing public key.
      
      As the remote access with known default credentials is roughly
      equivalent to just lending one's VMs to anyone with network
      access to it, the fallback root password is now exterminated;
      you have to provide one (or a long enough random string
      if you plan to use keys only, see e.g. apg utility).
      09be84be
    • Michael Shigorin's avatar
      cleanup, build-vm: mutual support · 0a5f164d
      Michael Shigorin authored
      It appears that reusing installer-feature-*-stage3 packages
      is perfectly fine with VM images; these just need to be removed
      after the package scripts they carry have worked out.
      0a5f164d