From 4a79b011d1e469ac356b10b3f7d44bcea752d122 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sat, 4 May 2024 00:22:16 -0700 Subject: [PATCH] fix bath to editbootinstall --- sbc/pi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbc/pi.xml b/sbc/pi.xml index 0ecdb3e..6ab8a9e 100644 --- a/sbc/pi.xml +++ b/sbc/pi.xml @@ -14,7 +14,7 @@ bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="100" firmware="efi" kernelcmdline="console=ttyAMA0,115200 console=tty1 root=LABEL=RPIROOT rootfstype=ext4 elevator=deadline rootwait" devicepersistency="by-label" - editbootinstall="editbootinstall_rpi.sh" + editbootinstall="sbc/editbootinstall_rpi.sh" rootfs_label="RPIROOT"> false