index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-28 10:35:05 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-11-28 10:35:05 -0300 |
commit | f097724080a48e880728bcf8c57ef4a5433fbe44 (patch) | |
tree | cd6bf54fe3e6b0292784b0fbf0ded1ee10361399 | |
parent | e03ed816e09cfbc0d7edaaf437c277574bf9104f (diff) |
-rw-r--r-- | archiso/hooks/archiso | 2 |
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index f446bd2..839be9b 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -141,7 +141,7 @@ run_hook() { if [[ -z "${aitab}" ]]; then aitab="/run/archiso/bootmnt/${archisobasedir}/aitab" else - aitab="/run/archiso/bootmnt/${aitab}" + aitab="/run/archiso/bootmnt/${archisobasedir}/${aitab}" fi if [[ -n "${cow_label}" ]]; then |