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%"
|
||||
fi
|
||||
|
||||
if [ "x${archisobasedir}" != "x" ]; then
|
||||
archisobasedir=""
|
||||
fi
|
||||
|
||||
if [ "x${isomounts}" != "x" ]; then
|
||||
isomounts="/bootmnt/${isomounts}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user