[archiso] Only accepts aitab inside

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-11-28 10:35:05 -03:00
parent e03ed816e0
commit f097724080

View File

@ -141,7 +141,7 @@ run_hook() {
if [[ -z "${aitab}" ]]; then if [[ -z "${aitab}" ]]; then
aitab="/run/archiso/bootmnt/${archisobasedir}/aitab" aitab="/run/archiso/bootmnt/${archisobasedir}/aitab"
else else
aitab="/run/archiso/bootmnt/${aitab}" aitab="/run/archiso/bootmnt/${archisobasedir}/${aitab}"
fi fi
if [[ -n "${cow_label}" ]]; then if [[ -n "${cow_label}" ]]; then