blob: c188815146487fd0762c5651b79e365cd51eec0d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# File generated by DrakX/drakboot
default linux
timeout 20
menu title Boot Menu
label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
fdtdir /usr/lib/linux-4.19.12-desktop-2.mga7
append root=UUID=f9fdc05d-2cc9-42d8-a8dc-2f79ff008045 console=tty1 elevator=deadline cma=256M@512M audit=0 fsck.repair=1
|