More LILO instruction
This commit is contained in:
parent
8544e0d817
commit
e0e763f0b6
1 changed files with 6 additions and 2 deletions
|
@ -460,7 +460,7 @@ If you are installing a different bootloader, say "no" to the reboot prompt.<br
|
|||
Now select **Exit**.<br />
|
||||
![image of Exit](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/exit.png)
|
||||
|
||||
Mont the filesystem.
|
||||
Mount the filesystem.
|
||||
```sh
|
||||
mount <root partition> /mnt
|
||||
```
|
||||
|
@ -556,7 +556,7 @@ Change the partition to the root partition.
|
|||
# found here: /dev/disks/by-uuid/*.
|
||||
root = /dev/sda2
|
||||
```
|
||||
If you are tisting in a VM, uncomment the last two lines of this snippet of the file.
|
||||
If you are testing in a VM, uncomment the last two lines of this snippet of the file.
|
||||
```sh
|
||||
# Defines non-standard parameters for the specified disk.
|
||||
# Uncomment if using a virtual machine.
|
||||
|
@ -573,6 +573,10 @@ image = /boot/vmlinuz-6.3.12_1
|
|||
append = "quiet"
|
||||
Reconfigure the kernel.
|
||||
```
|
||||
Now enable LILO.
|
||||
```
|
||||
lilo
|
||||
```
|
||||
Reconfigure the kernel.
|
||||
```sh
|
||||
echo xbps-reconfigure linux$(uname -r | awk -F. 'OFS="." {print $1,$2}')
|
||||
|
|
Loading…
Reference in a new issue