Add debug flag to zinit init for better boot visibility

- Changed: exec switch_root /mnt/root /sbin/zinit init
- To: exec switch_root /mnt/root /sbin/zinit -d init
- Enables debug output during Zero-OS service startup
This commit is contained in:
2025-08-19 14:19:32 +02:00
parent 12156d458d
commit b07788f8db

View File

@@ -100,4 +100,4 @@ fi
echo "[+] switching root" echo "[+] switching root"
echo " exec switch_root /mnt/root /sbin/zinit init" echo " exec switch_root /mnt/root /sbin/zinit init"
exec switch_root /mnt/root /sbin/zinit init exec switch_root /mnt/root /sbin/zinit -d init