From 13c541e8a652063d811db5f8a7230ac7fc52b12c Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 17 Oct 2010 16:35:27 +0200 Subject: Do not unset archisobasedir when it's set This was wrong and can never have worked. Fix it. --- archiso/hooks/archiso | 4 ---- 1 file changed, 4 deletions(-) (limited to 'archiso') diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 4d6682a..92a5430 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -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 -- cgit v1.2.3-54-g00ecf