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:
@@ -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
|
||||
exec switch_root /mnt/root /sbin/zinit -d init
|
||||
Reference in New Issue
Block a user