diff --git a/initramfs/readme.md b/initramfs/readme.md index cefe56c..3147d28 100644 --- a/initramfs/readme.md +++ b/initramfs/readme.md @@ -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.