niusmallnan
|
4546fac3c2
|
Keep the sshd config file when using the previous console version
|
2019-04-30 05:28:04 +02:00 |
|
niusmallnan
|
7ff814f89c
|
Remove unused entryponts in Main func
|
2019-03-18 16:56:17 +08:00 |
|
Jason-ZW
|
6735a98447
|
Add /run/utmp file
|
2019-03-11 13:11:43 +08:00 |
|
Jason-ZW
|
67ee26adda
|
Re-add input from stdin
|
2019-03-11 13:03:57 +08:00 |
|
Jason-ZW
|
bfd9baa280
|
Check user-docker backingFS
|
2019-03-11 12:22:09 +08:00 |
|
Jason-ZW
|
66cffc0a91
|
Support service cache update
|
2019-02-27 10:06:09 +08:00 |
|
niusmallnan
|
cb1e6cc1d1
|
Generate sshd_config by go template
|
2019-02-05 15:52:23 +08:00 |
|
niusmallnan
|
cd19f55edb
|
Fix ineffassign issues reported by goreportcard
|
2019-01-26 10:52:33 +08:00 |
|
Jason-ZW
|
ee23fda1a3
|
Add CR/LF check
|
2019-01-24 11:27:01 +08:00 |
|
Jason-ZW
|
24229f0dec
|
Add prompt message to ros os upgrade
|
2019-01-10 18:12:25 +08:00 |
|
Jason-ZW
|
f30b6f4df2
|
Add docker-18.09.0
|
2019-01-07 15:48:51 +08:00 |
|
hailong
|
4d834140d0
|
Add docker Bash completion for other consoles
|
2019-01-02 13:17:38 +08:00 |
|
niusmallnan
|
d8953c34a8
|
Remove the default value of ssh-port in OUD feature
|
2018-12-24 16:24:23 +08:00 |
|
niusmallnan
|
1b15e7ae36
|
Move multiple user-docker images to rancher/os-dind
|
2018-12-13 10:51:49 +08:00 |
|
niusmallnan
|
733c2f0667
|
Merge pull request #2595 from Jason-ZW/add-4glte-support
Add 4glte support
|
2018-12-12 13:32:22 +08:00 |
|
niusmallnan
|
6dd6b2760b
|
Hide the selinux command
|
2018-12-12 11:49:04 +08:00 |
|
Jason-ZW
|
99118f5fad
|
Add 4glte support
|
2018-12-12 11:28:45 +08:00 |
|
niusmallnan
|
fe17440898
|
Merge pull request #2545 from bernard-wagner/lvm-crypt
Added LVM and LUKS
|
2018-12-11 13:52:08 +08:00 |
|
niusmallnan
|
b419db198c
|
Make /run/lock dir in console
|
2018-12-07 14:11:00 +08:00 |
|
niusmallnan
|
cf3535458e
|
Stop docker and console first to avoid zombie processes
|
2018-11-26 18:30:36 +08:00 |
|
niusmallnan
|
3c998bef45
|
Clean up udevd zombie process
|
2018-11-23 22:48:12 +08:00 |
|
niusmallnan
|
922fd63f61
|
Add iptables symlinks in console
|
2018-11-01 18:03:20 +08:00 |
|
Bernard Wagner
|
900c57b8c9
|
Added LVM and LUKS
|
2018-10-31 15:36:59 +02:00 |
|
niusmallnan
|
0e35ee7e53
|
Use /dev/urandom as random number input for rngd
As /dev/hwrng may not exist in some environments
|
2018-10-29 10:12:06 +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 |
|
niusmallnan
|
7c13d76066
|
Check the tty before adding to respawn.conf
|
2018-10-18 13:33:43 +08:00 |
|
niusmallnan
|
ab4e0e590b
|
Fix a bug when installing ros to disk with noformat.
The cloud-config files cannot written to RANCHER_STATE disk when users
set the RANCHER_BOOT partition.
|
2018-10-15 17:43:21 +08:00 |
|
Jason-ZW
|
4cb09e2ac6
|
Add friendly tips on ros config syslinux
|
2018-10-10 10:06:08 +08:00 |
|
niusmallnan
|
90e88cf2b4
|
Add cloud-config for noformat install-type
|
2018-10-08 15:17:20 +08:00 |
|
Jason-ZW
|
1ffab0c1e1
|
Get all services via ros service list --all
|
2018-10-08 14:53:26 +08:00 |
|
niusmallnan
|
eeebf0ae0f
|
Mount the boot partition when booting
Also update StateDir and OemDir for better clarity
|
2018-09-30 15:09:51 +08:00 |
|
Darren Shepherd
|
1f50386828
|
Move around code for better clarity
|
2018-09-19 17:18:49 +08:00 |
|
niusmallnan
|
d7f47925a1
|
Start rngd before format the disk
|
2018-09-14 16:48:54 +08:00 |
|
Jason-ZW
|
6a676a9b82
|
Option to ignore rancher.password
|
2018-08-22 13:41:12 +08:00 |
|
Jason-ZW
|
038bb6d89b
|
Option to disable login prompt
|
2018-08-22 13:41:12 +08:00 |
|
niusmallnan
|
9d3dd8796e
|
Make sure that DOCKER_RAMDISK can be set correctly because we changed the user-docker directory
|
2018-07-27 18:40:59 +08:00 |
|
Jason-ZW
|
f6ebb5002e
|
Add systemd cgroup directory
|
2018-07-24 14:23:19 +08:00 |
|
niusmallnan
|
5811357c58
|
Fix bugs for multiple user docker daemons:
1. Optimize the remove logic of the dind engine
2. Distinguish between user docker engine and Dind engine
|
2018-07-16 15:10:07 +08:00 |
|
niusmallnan
|
7ef84fbbe9
|
Update engine list for multiple user-docker support
|
2018-07-11 15:51:59 +08:00 |
|
Jason-ZW
|
0821c9a4ea
|
Add multi docker command
|
2018-07-10 14:16:59 +08:00 |
|
niusmallnan
|
b4cd6af468
|
Update all go files mode
|
2018-04-16 11:30:08 +08:00 |
|
Jason-ZW
|
80c99642b2
|
enhance preload timing issue
|
2018-04-02 05:31:14 +00:00 |
|
niusmallnan
|
2df6bdcd66
|
Add kernel.panic parameter for cmdline
|
2018-03-26 10:22:22 +08:00 |
|
niusmallnan
|
fc17e89393
|
Also check the label RANCHEROS (#2285)
|
2018-03-14 18:35:30 +08:00 |
|
niusmallnan
|
f6a76a10ae
|
Config ROS image prefix for install and all rancher/os services (#2272)
|
2018-03-06 18:07:21 +08:00 |
|
niusmallnan
|
67961c9349
|
Support to configure ssh port and listen address
|
2018-03-05 16:39:30 +08:00 |
|
niusmallnan
|
43f483a5ef
|
Support higher verion docker-ce as system-docker
|
2018-02-27 23:44:22 +08:00 |
|
niusmallnan
|
a7ba5d045b
|
Remove system-docker syslink
|
2018-02-27 23:44:22 +08:00 |
|
niusmallnan
|
22cac7abed
|
Adjust the parameter upgrade-console order (#2246)
|
2018-02-05 16:22:16 +08:00 |
|
Julien Kassar
|
82aaa413f5
|
Fix format 'verbs' (#2115)
|
2018-01-25 09:47:17 +08:00 |
|