No-Compromises-ISO/include/ws9_disk.ks
Skip Grube 39a34b2758 Minor fixes for 9.4 update
- 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
2024-08-04 16:54:33 -04:00

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