index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | 42d9c2b5804eb71ffb729d3f8c8506294ea30277 (patch) | |
tree | 41d889146be9cd09cb2427e53e669f11ff223f61 | |
parent | 50cab06b8494b6c414b241cd03a25a80c92c835b (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 |