mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +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
|
||||
`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
|
||||
Refer to your distribution's documentation
|
||||
or contribute to this project to add a paragraph.
|
||||
|
||||
Reference in New Issue
Block a user