diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-10-17 16:35:27 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-10-17 16:35:27 +0200 |
commit | 13c541e8a652063d811db5f8a7230ac7fc52b12c (patch) | |
tree | 6b8de75c28c3cc2f2a641de692cfdaddb70ed495 /archiso | |
parent | 24885e4c81a690b8d99b033a82ac119bc219ee30 (diff) |
Do not unset archisobasedir when it's set
This was wrong and can never have worked. Fix it.
Diffstat (limited to 'archiso')
-rw-r--r-- | archiso/hooks/archiso | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 4d6682a..92a5430 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -62,10 +62,6 @@ run_hook() { copytoram_size="75%" fi - if [ "x${archisobasedir}" != "x" ]; then - archisobasedir="" - fi - if [ "x${isomounts}" != "x" ]; then isomounts="/bootmnt/${isomounts}" else |