crictl can import images but slow
This commit is contained in:
9
alpine/rootfs-extra/etc/fancontrol
Normal file
9
alpine/rootfs-extra/etc/fancontrol
Normal file
@@ -0,0 +1,9 @@
|
||||
INTERVAL=10
|
||||
DEVPATH=hwmon0=devices/platform/soc/2180000.i2c/i2c-0/i2c-7/7-002e hwmon1=devices/virtual/thermal/thermal_zone0
|
||||
DEVNAME=hwmon0=emc2305 hwmon1=ddr_thermal
|
||||
FCTEMPS=hwmon0/pwm2=hwmon1/temp1_input
|
||||
FCFANS= hwmon0/pwm2=hwmon0/fan1_input
|
||||
MINTEMP=hwmon0/pwm2=40
|
||||
MAXTEMP=hwmon0/pwm2=60
|
||||
MINSTART=hwmon0/pwm2=60
|
||||
MINSTOP=hwmon0/pwm2=45
|
||||
1
alpine/rootfs-extra/etc/fstab
Normal file
1
alpine/rootfs-extra/etc/fstab
Normal file
@@ -0,0 +1 @@
|
||||
none /sys/fs/cgroup cgroup2 defaults 0 0
|
||||
1
alpine/rootfs-extra/etc/hostname.tmpl.override
Normal file
1
alpine/rootfs-extra/etc/hostname.tmpl.override
Normal file
@@ -0,0 +1 @@
|
||||
${ALPINE_HOSTNAME}
|
||||
2
alpine/rootfs-extra/etc/inittab
Normal file
2
alpine/rootfs-extra/etc/inittab
Normal file
@@ -0,0 +1,2 @@
|
||||
# Dev only
|
||||
ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 -n -l /bin/bash
|
||||
Reference in New Issue
Block a user