2017-12-12 20:18:20 +00:00
|
|
|
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --size=64 --fstype=vfat --label boot --active --align 1024 --use-uuid
|
2017-12-04 21:33:20 +00:00
|
|
|
part / --source rootfs --fstype=ext4 --label rootfs --align 1024 --use-uuid
|
2017-12-12 20:18:20 +00:00
|
|
|
part /storage --fstype=ext4 --label storage --size=16 --use-uuid
|
2018-01-18 23:22:23 +00: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"
|