# short-description: Create an MBR partition table with PCBIOS # long-description: Create an MBR partition table with PCBIOS part /boot --source bootimg-pcbios --label boot --active --align 1024 part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024 bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet"