Commit 0d0021fb authored by Anton Midyukov's avatar Anton Midyukov

build-vm: add 90-fsck-initrd for add make-initrd feature fsck

parent 7fef0143
#!/bin/sh
for initrd_mk in /etc/initrd.mk /etc/initrd.mk.oem; do
[ ! -f "$initrd_mk" ] || echo "FEATURES += fsck" >> "$initrd_mk"
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