Do not unset archisobasedir when it's set
This was wrong and can never have worked. Fix it.
This commit is contained in:
parent
24885e4c81
commit
13c541e8a6
@ -62,10 +62,6 @@ run_hook() {
|
|||||||
copytoram_size="75%"
|
copytoram_size="75%"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x${archisobasedir}" != "x" ]; then
|
|
||||||
archisobasedir=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "x${isomounts}" != "x" ]; then
|
if [ "x${isomounts}" != "x" ]; then
|
||||||
isomounts="/bootmnt/${isomounts}"
|
isomounts="/bootmnt/${isomounts}"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user