On Tue, 30 Jun 2009 12:43:23 +0200 Gerhard Brauer <gerbra@archlinux.de> wrote:
Added a script to overlay which call aif's interactiv procedure when /arch/setup is started. Also removed old arch-installer from packages.list
Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> --- configs/install-iso/overlay/arch/setup | 3 +++ configs/install-iso/packages.list | 1 - 2 files changed, 3 insertions(+), 1 deletions(-) create mode 100755 configs/install-iso/overlay/arch/setup
diff --git a/configs/install-iso/overlay/arch/setup b/configs/install-iso/overlay/arch/setup new file mode 100755 index 0000000..e9d1660 --- /dev/null +++ b/configs/install-iso/overlay/arch/setup @@ -0,0 +1,3 @@ +#!/bin/sh +# +aif -p interactive diff --git a/configs/install-iso/packages.list b/configs/install-iso/packages.list index 66273df..0519ada 100644 --- a/configs/install-iso/packages.list +++ b/configs/install-iso/packages.list @@ -1,4 +1,3 @@ -archlinux-installer aif aufs2-util base
Not sure if this is the way to go. I would try to get rid of the entire '/arch' dir alltogether as it violates the FHS. (other then archlinux-installer, only an install guide is there which should be moved to /usr/share imho) Also I don't think we should provide aliases/wrapper scripts. We'll make it clear the tool is aif and that most users will want to use `aif -p interactive` (in the release announcement + installation guide) Also, there are more changes in packages.list to be done. I can't check right now for the specifics however. Dieter