diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -11,8 +11,7 @@ Usage: ./efi-sync {install|watch} ``` `efi-sync` watches your kernel path for updates. Once one is detected and the -package commands have completed, your EFI will be updated. `mkinitrd` to -update your initial ram disk if its configuration file is present. +package commands have completed, your EFI will be updated. ## Installation @@ -33,7 +32,11 @@ Here is an example with the default values: KERNEL=/boot/vmlinuz # The path to the EFI kernel. EFI_KERNEL=/boot/efi/Slackware/vmlinuz +# The path for the initial ram disk to install. +INITRD=/boot/initrd.gz +# The path to the EFI's initial ram disk. +EFI_INITRD=/boot/efi/Slackware/initrd.gz ``` -If you want the initial ram disk updated, ensure /etc/mkinitrd.conf exists and -'OUTPUT_IMAGE' is set to the initrd.gz path on your EFI. +The initial ram disk (initrd) will be built automatically if +'/etc/mkinitrd.conf' exists. |