mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-08-23 16:56:17 +08:00
add setup instructions for ubuntu initramfs
This commit is contained in:
@@ -39,6 +39,18 @@ You notice that the name of the `hook` must match the name of the 2 installed fi
|
|||||||
Re-generate your initramfs
|
Re-generate your initramfs
|
||||||
`mkinitcpio -P` (option -P means, all preset present in `/etc/mkinitcpio.d`)
|
`mkinitcpio -P` (option -P means, all preset present in `/etc/mkinitcpio.d`)
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
1. Install initramfs scripts.
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
sudo ./initramfs/ubuntu/setup
|
||||||
|
```
|
||||||
|
2. Re-generate initramfs.
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
sudo update-initramfs -u
|
||||||
|
```
|
||||||
|
|
||||||
#### Other distribution
|
#### Other distribution
|
||||||
Refer to your distribution's documentation
|
Refer to your distribution's documentation
|
||||||
or contribute to this project to add a paragraph.
|
or contribute to this project to add a paragraph.
|
||||||
|
|||||||
Reference in New Issue
Block a user