dustin
/
jenkinsagent
Archived
1
0
Fork 0
Commit Graph

3 Commits (fb13e26a4992fe49ff7818a9d67e0580920b1e22)

Author SHA1 Message Date
Dustin ca71b88227 initramfs: sync time with NTP
Using the Busybox NTP client, we can set the system clock in early
userspace.  This will ensure the system clock is correct before
anything, even systemd, is started from the real rootfs.

Obviously, this requires the DHCP server to specify NTP server addresses
in the client lease.
2022-03-15 14:18:29 -05:00
Dustin 64e47b3b9b initramfs: Mount proc et al. earlier
The `/proc` filesystem has to be mounted before the kernel command line
arguments can be parsed.
2022-03-12 16:04:58 -06:00
Dustin 9d2c710be9 Initial commit 2022-03-09 00:27:30 -06:00