1
0
mirror of https://github.com/rancher/os.git synced 2025-08-02 07:24:28 +00:00
Commit Graph

2456 Commits

Author SHA1 Message Date
niusmallnan
922fd63f61 Add iptables symlinks in console 2018-11-01 18:03:20 +08:00
niusmallnan
bb5ce7ac23 Fix dhcpcd zoombie issue 2018-11-01 16:26:58 +08:00
niusmallnan
716597f41a Reduce recovery console memory 2018-11-01 15:14:43 +08:00
niusmallnan
39dfed2be7 Bump os-base to v2018.02.7-1 2018-10-29 17:18:35 +08:00
Jason-ZW
44388ae853 Add virtio-rng-pci params 2018-10-29 14:08:47 +08: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
6b41747e6d Fix vmware build 2018-10-26 18:05:25 +08:00
niusmallnan
f2e7734acb Load hv_storvsc for hyperv
Loading the disks via this module before "b2d env" process
2018-10-25 11:57:08 +08:00
niusmallnan
57023cc19a Temporary fix build failure
The gotools cannot support the current golang version.
I temporarily roll back to a suitable version so that it does not affect
other developments.
2018-10-23 22:40:33 +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
Jason-ZW
ef663b4e70 Add dhcp timeout parameter 2018-10-23 09:47:43 +08:00
Jason-ZW
a088811de9 Remove useless field 2018-10-23 09:47:43 +08:00
Jason-ZW
5f4ff44780 Optimized the process of static ip 2018-10-19 10:22:28 +08:00
niusmallnan
408f7afd63 Update README for v1.4.2 2018-10-18 21:40:48 +08:00
niusmallnan
7c13d76066 Check the tty before adding to respawn.conf 2018-10-18 13:33:43 +08:00
niusmallnan
1a2c711d1e Add more logs for respawn 2018-10-18 13:33:43 +08:00
Jason-ZW
70845f7320 Add multiple releases for vmware 2018-10-17 17:03:43 +08:00
Jason-ZW
e8b6c69fbf ignore vmware datasource when guestinfo is empty 2018-10-16 16:25:35 +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
niusmallnan
c04293f6dd Fix build error caused by golint 2018-10-12 11:33:11 +08:00
niusmallnan
db795bbfc2 Simplify the package-rootfs script 2018-10-11 16:18:09 +08:00
niusmallnan
b57b135352 Remove some envs and args in Dockerfile.dapper that are no longer used 2018-10-11 16:17:13 +08:00
niusmallnan
667b3f0b3c Make the logs path of system-docker configurable 2018-10-11 10:25:30 +08:00
niusmallnan
4907fc9a4d Enhance the clean script 2018-10-10 14:46:30 +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
1e931c0345 Bump kernel to 4.14.73-rancher
It can address CVE-2018-17182.
2018-10-04 09:01:25 +08:00
niusmallnan
f19e3a5b38 Revert commit 9bcab2f663
Cloud-init needs to read datasources data after mount-state,so mount-state needs to be executed first.
We must fix the 'udevsettle' issue on hyper-v later.
2018-09-30 17:36:42 +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
Olle Jonsson
0b5002fa47 cloudinitsave: Fix typo in log output 2018-09-27 13:52:05 +08:00
niusmallnan
13d31e497b Exclude the whole dir 'usr/libexec' in the initrd 2018-09-26 17:42:19 +08:00
Darren Shepherd
1f50386828 Move around code for better clarity 2018-09-19 17:18:49 +08:00
niusmallnan
2f50b7b178 Update README for v1.4.1 2018-09-19 15:58:34 +08:00
Olle Jonsson
e0c6414d12 Typo fix in CLI output
- "is required to"
2018-09-16 21:30:04 +08:00
niusmallnan
d7f47925a1 Start rngd before format the disk 2018-09-14 16:48:54 +08:00
niusmallnan
07226313b4 Bump kernel to 4.14.67-rancher2
Fix the mtu issue in Xen
2018-09-14 16:04:14 +08:00
niusmallnan
fcf09b8cca Bump os-base to 2018.02-4
It includes the rngd tool
2018-09-14 16:02:09 +08:00
Jan B
29f46a331a Switch initrd compression to gzip
Decompressing the gzip compressed initial ramdisk during boot takes only 1.5 seconds compared  to approx. 15 seconds with lzma. Drawback is an increased size of the image of about 25-30 MB,
2018-09-11 07:18:43 +08:00
Jan B
e5b1643bfa Optimize image loading to reduce memory footprint and boot time 2018-09-11 07:18:43 +08:00
niusmallnan
dcce547bad Fix rpi64 build 2018-09-07 15:40:14 +08:00
Jason-ZW
4634759449 Support ebs nvme blocks 2018-09-04 11:27:32 +08:00
niusmallnan
fcc9e189a5 Bump kernel to 4.14.65-rancher 2018-08-22 17:41:30 +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
Jason-ZW
909859c1f6 Running "cloud-init" before "b2d env"
1. Users can configure `autoformat` through cloud-config
2. Udevsettle is executed in cloud-init, and some platforms such as hyper-v need to scan devices earlier
2018-08-16 13:16:34 +08:00
niusmallnan
42e1031790 Bump kernel to 4.14.63 for L1TF mitigations 2018-08-16 10:42:27 +08:00
Julien Ammous
804af20754 fixes typo
require -> required
2018-08-15 18:23:13 +08:00
niusmallnan
6e0952d69e Change SYSTEM_DOCKER from niusmallnan/os-system-docker to rancher/os-system-docker 2018-08-15 11:04:26 +08:00
niusmallnan
edae355cd2 Avoid kernel too old error when building ROS 2018-08-06 15:19:29 +08:00