Attempt to use extlinux-bootloader

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-03-26 16:39:21 +01:00
parent ddc91a99cf
commit 1d8666f5f5
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 3 additions and 1 deletions

View File

@ -15,10 +15,11 @@ timezone --utc America/New_York
selinux --permissive
services --enabled=sshd,NetworkManager,chronyd
bootloader --location=none --disabled
bootloader --location=none --extlinux
zerombr
clearpart --all --initlabel --disklabel=gpt
part /boot --size=512 --fstype ext4 --asprimary
part / --fstype="ext4" --size=7680
# Halt the system once configuration has finished.
@ -43,6 +44,7 @@ fedora-bbl
fedora-bbl-nopayload
opensbi-unstable
opensbi-unstable-fedora
extlinux-bootloader
openssh
openssh-server