diff options
author | Simo Leone <simo@archlinux.org> | 2007-10-05 14:27:52 -0500 |
---|---|---|
committer | Dan McGee <dpmcgee@gmail.com> | 2007-10-09 20:59:26 -0500 |
commit | 69c9986a9c2dc6ad18bb1de0c2c2a328c5c94239 (patch) | |
tree | d82403b2404ce2638c4ca4b56c438535020ed2af /install | |
parent | d0688d1130a98f9c015f227f7f94a78affa7813f (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')
-rw-r--r-- | install/archiso | 2 | ||||
-rw-r--r-- | install/boot-cd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install/archiso b/install/archiso index d75a57e..ff3f64a 100644 --- a/install/archiso +++ b/install/archiso @@ -6,5 +6,5 @@ install () FILES="" add_dir /real_root add_dir /tmpfs - SCRIPT="archlive" + SCRIPT="archiso" } 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" } |