Explorar el Código

need figlet dep to use standard font

thelamer hace 5 años
padre
commit
491eca7f7d

+ 1 - 0
roles/netbootxyz/vars/debian.yml

@@ -4,6 +4,7 @@ netbootxyz_packages:
   - binutils-dev
   - binutils-aarch64-linux-gnu
   - dosfstools
+  - figlet
   - gcc-aarch64-linux-gnu
   - build-essential
   - genisoimage

+ 1 - 0
roles/netbootxyz/vars/redhat.yml

@@ -1,6 +1,7 @@
 ---
 netbootxyz_packages:
   - dosfstools
+  - figlet
   - gcc
   - genisoimage
   - git

+ 1 - 0
roles/netbootxyz/vars/ubuntu.yml

@@ -4,6 +4,7 @@ netbootxyz_packages:
   - binutils-dev
   - binutils-aarch64-linux-gnu
   - dosfstools
+  - figlet
   - gcc-aarch64-linux-gnu
   - build-essential
   - genisoimage