niusmallnan
|
7ff814f89c
|
Remove unused entryponts in Main func
|
2019-03-18 16:56:17 +08:00 |
|
niusmallnan
|
823ae28a52
|
Imports are organized in groups, with blank lines between them
https://github.com/golang/go/wiki/CodeReviewComments#imports
|
2018-10-23 13:11:31 +08:00 |
|
Darren Shepherd
|
1f50386828
|
Move around code for better clarity
|
2018-09-19 17:18:49 +08:00 |
|
niusmallnan
|
ba388b6bc6
|
Build docker-sys bridge via system-docker args and remove cni-glue
|
2018-04-16 08:22:55 +00:00 |
|
niusmallnan
|
a7ba5d045b
|
Remove system-docker syslink
|
2018-02-27 23:44:22 +08:00 |
|
Sven Dowideit
|
b92a7752f4
|
Make the bootstrap phase logable
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-09-13 16:13:15 +10:00 |
|
Sven Dowideit
|
765a7c3ed4
|
Add a Recovery console prompt
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-07-16 11:50:01 +10:00 |
|
Sven Dowideit
|
45e422d01e
|
Add an autologin that allows us to fix the stty
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-07-14 21:15:42 +10:00 |
|
Sven Dowideit
|
c5d4cb91c3
|
reboot --kexec almost works
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-07-06 10:40:15 +10:00 |
|
Sven Dowideit
|
aef937609e
|
Working out why linuxkit crashes in bootup by labeling init stages
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-05-03 13:09:39 +10:00 |
|
Sven Dowideit
|
2d92956c82
|
Revert "WIP New ros cli"
|
2017-03-14 12:11:24 +10:00 |
|
Sven Dowideit
|
2cd6ec4db6
|
move the new cli to 'os' - its very experimental atm
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-03-13 12:56:54 +00:00 |
|
Sven Dowideit
|
8d941162d8
|
ros list shows all the active services and any cache available updates
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-03-13 12:56:54 +00:00 |
|
Sven Dowideit
|
5cd881b791
|
will this make console.sh for non-upgraded persistent consoles?
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
2017-02-03 01:05:37 +00:00 |
|
Josh Curl
|
a7c34b9855
|
Fix golint errors
|
2016-11-28 00:06:00 -08:00 |
|
Josh Curl
|
21fb3ebfa9
|
Move more commands to subcommands of ros
|
2016-10-31 19:16:21 -07:00 |
|
Josh Curl
|
691f7cb42c
|
Move in code from netconf and docker-from-scratch
|
2016-10-19 16:21:35 -07:00 |
|
Josh Curl
|
c67475cbaa
|
Rewrite console.sh and docker-init in Go
|
2016-08-12 11:40:56 -07:00 |
|
Josh Curl
|
889cb9eea8
|
Split cloud-init into cloud-init-execute and cloud-init-save
|
2016-08-04 15:47:12 -07:00 |
|
Darren Shepherd
|
0323844ca6
|
Add CNI networking to system-docker
|
2016-06-28 15:34:26 -07:00 |
|
Josh Curl
|
719d255636
|
First class consoles
|
2016-06-06 15:13:15 -07:00 |
|
Darren Shepherd
|
8ab32c820f
|
Docker 1.11.1
|
2016-06-03 11:38:25 -07:00 |
|
Josh Curl
|
6ec9ce1bc6
|
Replace wait-for-network services with retries
|
2016-05-26 18:54:42 -07:00 |
|
Ivan Mikushin
|
2f27271a2c
|
Multi-arch build
Currently, for amd64 (the default) and arm.
Run `dapper make ARCH=arm rootfs` to build rootfs.tar.gz for arm.
|
2016-02-08 16:49:49 -08:00 |
|
Ivan Mikushin
|
887af95d8f
|
update to docker-1.9.1 and docker-from-scratch-1.9.1
|
2015-12-02 15:10:11 +05:00 |
|
Ivan Mikushin
|
b886bce539
|
move ros back to /usr/bin/ros
also, rm rancherctl
|
2015-11-18 14:37:28 +05:00 |
|
Ivan Mikushin
|
56b1aa67ac
|
Leave dhcpcd (and netconf) running in the background.
Add wait-for-network.
|
2015-11-12 22:08:29 +05:00 |
|
Wang Long
|
9e15059789
|
Replace rancherio with rancher
Signed-off-by: Wang Long <long.wanglong@huawei.com>
|
2015-10-12 19:50:57 +08:00 |
|
Darren Shepherd
|
72be1d11e6
|
Revert "Revert "Storage""
This reverts commit 7b2bf93271 .
|
2015-08-27 12:24:26 -07:00 |
|
Ivan Mikushin
|
7b2bf93271
|
Revert "Storage"
|
2015-08-27 18:33:26 +05:00 |
|
Darren Shepherd
|
ab6eb58167
|
Run user docker with a configurable storage context
|
2015-08-27 02:52:12 -07:00 |
|
Darren Shepherd
|
9d76b79ac3
|
Refactor to use libcompose
|
2015-08-06 00:05:25 -07:00 |
|
Darren Shepherd
|
19f9a1b281
|
Rebase on docker-from-scratch
|
2015-08-06 00:05:25 -07:00 |
|
Ivan Mikushin
|
5b9ef6ae16
|
rename rancherctl to ros
shorter, easier to use (and just plain cooler) name
|
2015-05-10 18:17:04 +05:00 |
|
Darren Shepherd
|
a1f912c4d5
|
Wait for userdocker to start
|
2015-04-04 09:55:41 -07:00 |
|
sidharthamani
|
4a94d51037
|
add network config command
|
2015-03-03 17:23:14 -08:00 |
|
sidharthamani
|
8181e2633a
|
add shutdown command
|
2015-02-22 21:08:46 -08:00 |
|
sidharthamani
|
0b31dc7e3b
|
move tlsconf to rancherctl
|
2015-02-21 13:42:42 -08:00 |
|
Darren Shepherd
|
f84aa02276
|
Further cleanup and refactoring
|
2015-02-19 20:05:43 -07:00 |
|
Darren Shepherd
|
a076a3c5f2
|
Fix cloudinit compilation
|
2015-02-19 14:43:37 -07:00 |
|
Darren Shepherd
|
fb8b4a88fb
|
Move sysinit to cmd
|
2015-02-19 13:58:29 -07:00 |
|
Darren Shepherd
|
81e15fc46f
|
Move power to cmd
|
2015-02-19 13:56:33 -07:00 |
|
Darren Shepherd
|
6e2a532c10
|
Move respawn to cmd
|
2015-02-19 13:53:52 -07:00 |
|
Darren Shepherd
|
7fd1091b6e
|
Refactor tlsconf
|
2015-02-19 13:48:10 -07:00 |
|
Darren Shepherd
|
325cbc2fe7
|
Merge branch 'master' of github.com:sidharthamani/os into sidharthamani-master
Conflicts:
config/default.go
|
2015-02-19 11:32:09 -07:00 |
|
Darren Shepherd
|
045130a830
|
General cleanup
|
2015-02-19 11:27:23 -07:00 |
|
sidharthamani
|
fb237dbebe
|
add cloud-init support
|
2015-02-18 19:46:22 -08:00 |
|
sidharthamani
|
597a46c574
|
wire up tls config
|
2015-02-18 13:29:28 -08:00 |
|
Darren Shepherd
|
9f1a38f8c8
|
gofmt changes
|
2015-02-17 17:31:19 -07:00 |
|
sidharthamani
|
707894d594
|
tls key generation
|
2015-02-17 15:27:13 -08:00 |
|