]> git.friedersdorff.com Git - max/disk_creator.git/blobdiff - README.rst
Add grub-efi-amd64-bin as dependency
[max/disk_creator.git] / README.rst
index 630097cab7f6d4beb18e0366233b1b8aac15d1c6..4a9e40f25274d8b045c2b778b857c97a4f6c7324 100644 (file)
@@ -18,6 +18,7 @@ Dependencies
 * dosfstools
 * awk
 * bc
+* grub with efi support
 
 The linux kernel must be compiled with support for iso9660 file systems.
 
@@ -27,7 +28,7 @@ case here is how to install them:
 .. code-block:: console
 
    $ sudo apt update
-   $ sudo apt install ntfs-3g util-linux dosfstools bash gawk bc
+   $ sudo apt install ntfs-3g util-linux dosfstools bash gawk bc grub-efi-amd64-bin
 
 Usage
 -----