2017-12-12 15:18:20 -05:00
|
|
|
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --size=64 --fstype=vfat --label boot --active --align 1024 --use-uuid
|
2017-12-04 16:33:20 -05:00
|
|
|
part / --source rootfs --fstype=ext4 --label rootfs --align 1024 --use-uuid
|
2017-12-12 15:18:20 -05:00
|
|
|
part /storage --fstype=ext4 --label storage --size=16 --use-uuid
|
2018-01-18 18:22:23 -05:00
|
|
|
bootloader --ptable gpt --timeout=5 --append="add_efi_memmap intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 tsc=reliable no_timer_check noreplace-smp i915.fastboot=1 quiet splash"
|