This project is mirrored from https://gitee.com/mirrors/k3os.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 10 Dec, 2019 1 commit
  2. 09 Dec, 2019 3 commits
  3. 07 Dec, 2019 1 commit
  4. 02 Dec, 2019 4 commits
  5. 28 Nov, 2019 1 commit
  6. 26 Nov, 2019 1 commit
  7. 25 Nov, 2019 2 commits
  8. 23 Nov, 2019 4 commits
  9. 20 Nov, 2019 4 commits
  10. 19 Nov, 2019 2 commits
  11. 18 Nov, 2019 2 commits
  12. 17 Nov, 2019 3 commits
  13. 16 Nov, 2019 2 commits
  14. 15 Nov, 2019 3 commits
  15. 12 Nov, 2019 5 commits
  16. 11 Nov, 2019 2 commits
    • Jacob Blain Christen's avatar
      scripts: update run-qemu (#272) · e3c0d910
      Jacob Blain Christen authored
      - live cd boot
        `./scripts/run-qemu k3os.mode=live`
      
      - silent install
        `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher k3os.mode=install k3os.install.silent k3os.install.device=/dev/vda`
      
      - run installed vm
        `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher`
      
      - recover installed vm
        `DISK_NAME=test.img ./scripts/run-qemu k3os.password=rancher k3os.mode=live`
      e3c0d910
    • Jacob Blain Christen's avatar
      Merge pull request #258 from MogiePete/master · c4c51d06
      Jacob Blain Christen authored
      Adding packer templates for vSphere
      c4c51d06