1. 25 6月, 2020 1 次提交
  2. 18 2月, 2020 2 次提交
  3. 09 2月, 2020 1 次提交
  4. 20 1月, 2020 1 次提交
  5. 04 6月, 2019 1 次提交
  6. 31 3月, 2019 3 次提交
  7. 24 3月, 2019 1 次提交
  8. 19 3月, 2019 1 次提交
  9. 25 9月, 2018 1 次提交
  10. 22 8月, 2018 1 次提交
  11. 31 7月, 2018 1 次提交
  12. 17 7月, 2018 1 次提交
    • D
      Fix vboxsf host mounting. · 2be51dc6
      dlorenc 提交于
      vboxguest is included in 4.16, but not vboxsf.
      I couldn't get vboxsf to compile for 4.16, so I downgraded to 4.15.
      2be51dc6
  13. 09 7月, 2018 1 次提交
  14. 11 6月, 2018 1 次提交
    • I
      linux 4.16, buildroot 2018.05 · 4c4cd31b
      ijl 提交于
      linux is upgraded to 4.16, binutils is upgraded to 2.30, and
      libelf is installed for the newer kernel.
      
      Other configuration changes are changes in defaults and ordering.
      
      Now using glibc 2.27. systemd 237, and Go 1.10.
      
      vbox-guest is removed because it's upstream as of linux 4.16.
      
      More on buildroot at https://git.buildroot.net/buildroot/tree/CHANGES
      4c4cd31b
  15. 30 3月, 2018 1 次提交
  16. 15 12月, 2017 1 次提交
  17. 08 12月, 2017 1 次提交
  18. 27 9月, 2017 1 次提交
    • V
      minikube-iso: add cri-o runtime · 2788714c
      Vincent Batts 提交于
      https://github.com/kubernetes-incubator/cri-o
      
      Updated the runc version to its latest master commit.
      Got crio into the automounter to get off the tmpfs
      
      This feature bubbles up to the minikube command by reusing the
      `--container-runtime=` flag, by enabling the value of "`crio`"
      (`minikube start --container-runtime=crio`), while the flags/config
      passed to localkube are more like k8s (`--container-runtime=remote
      --remote-runtime-endpoint=/var/run/crio.sock`)
      
      This is mostly ready for review. It is still lacking having
      --insecure-registry plumbed through, but for now the policy.json is
      open.
      Signed-off-by: NVincent Batts <vbatts@hashbangbash.com>
      2788714c
  19. 27 7月, 2017 1 次提交
  20. 03 5月, 2017 1 次提交
    • T
      minikube-iso: Use buildroot branch 2017-02 (#1412) · 23660cb1
      Thomas Graf 提交于
      This rebases minikube-iso to the release 2017-02.
      
      A change in buildroot required the introduction of a `external.desc` as
      multiple external trees are supported in modern buildroot versions. This
      required change is described here [0].
      
      [0] https://buildroot.org/downloads/manual/manual.html#br2-external-converting
      
      The existing isolinux.cfg was not included in the config and thus
      ignored, include it.
      
      The 4.9.13 kernel included in buildroot 2017-02 is not compatible with
      VBox guest additions 5.1.6, thus bump guest additions to 5.1.18.
      
      The defconfig of 4.9.13 has been cleaned up.
      
      systemd 232 included in buildroot 2017-02 is incompatible with docker <
      17.03 without boot parameter systemd.legacy_systemd_cgroup_controller=yes
      Signed-off-by: NThomas Graf <tgraf@suug.ch>
      23660cb1
  21. 10 11月, 2016 1 次提交
  22. 14 10月, 2016 3 次提交
  23. 24 8月, 2016 1 次提交