Flush stdout before bootstrap

This commit is contained in:
Samuel Tyler 2025-10-15 15:01:17 +11:00 committed by Samuel Tyler
parent 3be90c7afd
commit ffda41f38a
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
3 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@ you can run bootstap inside chroot.
import argparse
import os
import signal
import sys
import threading
from lib.generator import Generator, stage0_arch_map