Commit e79b1385 authored by Anton Midyukov's avatar Anton Midyukov

build-vm: Add initrd features: kbd rdshell rootfs

This is a standard set of initrd features.
parent 563d99e1
......@@ -27,7 +27,7 @@ fi
for KVER in $kver; do
make-initrd -N -v -k "$KVER" AUTODETECT= \
FEATURES+="add-modules compress cleanup $INITRDFEATURE" \
FEATURES+="add-modules compress cleanup kbd rdshell rootfs $GLOBAL_VM_INITRDFEATURES" \
MODULES_TRY_ADD+="$GLOBAL_VM_INITRDMODULES" \
|| { echo "** Error: make-initrd failed" >&2; exit 1; }
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment