diff options
Diffstat (limited to 'install/archiso')
-rw-r--r-- | install/archiso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/archiso b/install/archiso index d75a57e..ff3f64a 100644 --- a/install/archiso +++ b/install/archiso @@ -6,5 +6,5 @@ install () FILES="" add_dir /real_root add_dir /tmpfs - SCRIPT="archlive" + SCRIPT="archiso" } |