From 2b6763d6f33ef2287334eb01e1f7d1e1350c72be Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Aug 2023 11:03:50 +0200 Subject: [PATCH] use sysvinit --- recipes-diya/initramfs/files/confd | 5 +++++ 1 file changed, 5 insertions(+) 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