index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | 9793b60eb35dfdabc53f490e6e422d0755dceb15 (patch) | |
tree | 8b5bab2e59a9bacd1b479b41af7208013e03cd3e /archiso/hooks | |
parent | 27b6e8a5c7727130a0723994ac64b70066509e4a (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 |