CRI-O runs but not tested yet
This commit is contained in:
@@ -2,7 +2,21 @@
|
||||
|
||||
cd /build
|
||||
|
||||
### CRI-O
|
||||
echo "##################################################### Installing basic packages"
|
||||
apk add alpine-base \
|
||||
openrc busybox-openrc bash nftables \
|
||||
lm-sensors lm-sensors-fancontrol lm-sensors-fancontrol-openrc
|
||||
rc-update add devfs sysinit
|
||||
rc-update add procfs sysinit
|
||||
rc-update add sysfs sysinit
|
||||
rc-update add loopback boot
|
||||
rc-update add fancontrol default
|
||||
echo "ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 -n -l /bin/sh" >> "/etc/inittab"
|
||||
echo '[ -x /bin/bash ] && exec /bin/bash -l' >> "/root/.profile"
|
||||
echo "export PATH=\"/usr/local/bin:$PATH\"" >> "/etc/profile.d/settings.sh"
|
||||
|
||||
|
||||
echo "##################################################### Installing CRI-O"
|
||||
|
||||
tar zxf crio.tar.gz
|
||||
cd cri-o
|
||||
|
||||
Reference in New Issue
Block a user