Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/boot-cd
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2007-10-05 14:27:52 -0500
committerDan McGee <dpmcgee@gmail.com>2007-10-09 20:59:26 -0500
commit5efbd5f06f2c83a9675a3114dca4b563bf3d59e0 (patch)
tree25607069c7af2f60807f6c998ae676c589153f67 /install/boot-cd
parent2a7a760f685af655e3cf9aeab900e6913562f3b5 (diff)
Got archiso into working condition
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'install/boot-cd')
-rw-r--r--install/boot-cd2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/boot-cd b/install/boot-cd
index b7e82ae..10577a9 100644
--- a/install/boot-cd
+++ b/install/boot-cd
@@ -4,5 +4,5 @@ install ()
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
BINARIES=""
FILES=""
- SCRIPT="from-cd"
+ SCRIPT="boot-cd"
}