diff options
Diffstat (limited to 'archiso/install/archiso-early')
-rw-r--r-- | archiso/install/archiso-early | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/archiso/install/archiso-early b/archiso/install/archiso-early deleted file mode 100644 index 66b8579..0000000 --- a/archiso/install/archiso-early +++ /dev/null @@ -1,9 +0,0 @@ -install () -{ - MODULES="" - BINARIES="" - FILES="" - SCRIPT="archiso-early" -} - -# vim:ft=sh:ts=4:sw=4:et: |