Skip to content

Commit 695f4b0

Browse files
committed
add setup instructions for ubuntu initramfs
1 parent d554125 commit 695f4b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

initramfs/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ You notice that the name of the `hook` must match the name of the 2 installed fi
3939
Re-generate your initramfs
4040
`mkinitcpio -P` (option -P means, all preset present in `/etc/mkinitcpio.d`)
4141

42+
#### Ubuntu
43+
1. Install initramfs scripts.
44+
45+
``` shell
46+
sudo ./initramfs/ubuntu/setup
47+
```
48+
2. Re-generate initramfs.
49+
50+
``` shell
51+
sudo update-initramfs -u
52+
```
53+
4254
#### Other distribution
4355
Refer to your distribution's documentation
4456
or contribute to this project to add a paragraph.

0 commit comments

Comments
 (0)