1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-20 20:21:32 +01:00
This commit is contained in:
kprkpr
2016-06-05 21:13:24 +02:00
parent a5cfe9f755
commit 0ed90061b3
2 changed files with 2 additions and 1 deletions

View File

@@ -398,6 +398,7 @@ else
refind-install
rootuuid=$(blkid -o value -s UUID /dev/$(echo $particionraiz))
echo '"Boot with standard options" "root=UUID='$(echo $rootuuid)' rw add_efi_memmap quiet loglevel=3 vga=current"' > /boot/refind_linux.conf
echo "Boot in nomodeset mode" "root=UUID='$(echo $rootuuid)' rw add_efi_memmap quiet loglevel=3 vga=current nomodeset" >> /boot/refind_linux.conf
echo "Boot to single-user mode" "root=UUID='$(echo $rootuuid)' rw add_efi_memmap quiet single" >> /boot/refind_linux.conf
echo "Boot with minimal options" "root=UUID='$(echo $rootuuid)' rw add_efi_memmap" >> /boot/refind_linux.conf
;;