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 818fc7b..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: |