diff --git a/recipes-diya/initramfs/files/confd b/recipes-diya/initramfs/files/confd index 08b8951..7e81731 100644 --- a/recipes-diya/initramfs/files/confd +++ b/recipes-diya/initramfs/files/confd @@ -12,7 +12,7 @@ case "$1" in # hostname echo "diya-recovery" > /proc/sys/kernel/hostname # mount boot - mount /dev/mmcblk0p0 /boot + mount /dev/mmcblk0p1 /boot ;; *) N=/etc/init.d/$NAME