diff --git a/installerconfig b/installerconfig index c6c5787c..390bb6a3 100644 --- a/installerconfig +++ b/installerconfig @@ -29,8 +29,11 @@ cp -r "${USB_SHARE}/packages" "${HDD_SHARE}/" cp "${USB_SHARE}/clawdie-ai.tar.gz" "${HDD_SHARE}/" cp "${USB_SHARE}/build.cfg" "${HDD_SHARE}/" +# Make all firstboot shell modules executable chmod +x "${HDD_SHARE}/firstboot/firstboot.sh" -chmod +x "${HDD_SHARE}/firstboot/gpu-detect.sh" +for sh in "${HDD_SHARE}/firstboot/clawdie-shell-"*.sh; do + chmod +x "$sh" +done # Install firstboot rc.d service mkdir -p "$HDD_RCD"