index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
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 | |
parent | 24885e4c81a690b8d99b033a82ac119bc219ee30 (diff) |
-rw-r--r-- | archiso/hooks/archiso | 4 |
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 |