CRI-O runs but not tested yet

This commit is contained in:
2026-03-23 20:18:10 +08:00
parent 5d421b6743
commit ac05d3e5dc
9 changed files with 66 additions and 27 deletions

View File

@@ -4,6 +4,9 @@ mount -t devtmpfs devtmpfs /dev
mount -t proc proc /proc
mount -t sysfs sysfs /sys
# Spin the fan
echo 100 > /sys/class/hwmon/hwmon0/pwm1
# Optional but nice
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts