diff --git a/recipes-diya/initramfs/files/confd b/recipes-diya/initramfs/files/confd index 3442e45..b6cac14 100644 --- a/recipes-diya/initramfs/files/confd +++ b/recipes-diya/initramfs/files/confd @@ -19,6 +19,11 @@ case "$1" in # initramfs recovery-${MACHINE}.cpio.gz followkernel EOF ;; + + stop) + umount /boot + ;; + *) N=/etc/init.d/$NAME echo "Usage: $N {start}" >&2