Do not unset archisobasedir when it's set

This was wrong and can never have worked. Fix it.
This commit is contained in:
Thomas Bächler 2010-10-17 16:35:27 +02:00
parent 24885e4c81
commit 13c541e8a6

View File

@ -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