39a34b2758
- Added launcher script that uses KVM for easy building - Fixed disk - Added grub2 entries for both mbr + efi boot - Minor package fixes and nvidia module stream fix
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
# 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=15000
|