Kernel build: This is to add devtmpfs config needed in bzImage for systemd. Use the same linux-4.14.10-patched.txz as found in Core. export CFLAGS="-march=i486 -mtune=i686 -O2 -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -O2 -pipe" tar xvf linux-4.14.10-patched.txz cd linux-4.14.10 cp config-4.14.10-tinycore-mountdevtmpfs .config make oldconfig make prepare make modules_prepare make bzImage make modules make INSTALL_MOD_PATH=/desired/install/path modules_install