diff options
author | Slack Coder <slackcoder@server.ky> | 2024-04-29 17:09:25 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-04-29 17:36:28 -0500 |
commit | 5fc18a2cd3fb3bdfe66c25b9488a03d16374abdc (patch) | |
tree | 402ac088f17e6eeecfc8d7272dffaab4bfaba41c | |
parent | 370c6453f86c77e11b12f096bb36e42bb0f4fe35 (diff) | |
download | efi-sync-5fc18a2cd3fb3bdfe66c25b9488a03d16374abdc.tar.xz |
README: Update instructions re: mkinitrd
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,5 +38,5 @@ INITRD=/boot/initrd.gz EFI_INITRD=/boot/efi/Slackware/initrd.gz ``` -The initial ram disk (initrd) will be built automatically if -'/etc/mkinitrd.conf' exists. +If you want the initial ram disk updated, ensure /etc/mkinitrd.conf exists and +is configured correctly. |