remove trailing whitespace from rootfs.py

This commit is contained in:
MaxHearnden 2023-11-28 05:09:18 +00:00
parent fd1aa8f042
commit 31f4ef41fd

View file

@ -231,7 +231,7 @@ print(shutil.which('chroot'))
'--bind', '/sys', '/sys',
'--tmpfs', '/tmp',
'/init')
elif args.wrap:
system_c.prepare(create_disk_image=False)
system_a.prepare(create_initramfs=False, wrap=True)