# System bootloader configuration bootloader --location=none --append="i915.force_probe=* rd.driver.blacklist=nouveau" # Clear the Master Boot Record zerombr # Partition clearing information clearpart --all # Disk partitioning information part / --fstype="ext4" --size=30000