From b07788f8db9f185359539561c8ac18de95a88226 Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Tue, 19 Aug 2025 14:19:32 +0200 Subject: [PATCH] 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 --- configs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init b/configs/init index 141682f..c400f53 100755 --- a/configs/init +++ b/configs/init @@ -100,4 +100,4 @@ fi echo "[+] switching root" echo " exec switch_root /mnt/root /sbin/zinit init" -exec switch_root /mnt/root /sbin/zinit init \ No newline at end of file +exec switch_root /mnt/root /sbin/zinit -d init \ No newline at end of file