X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.nor.wtbts.net (3.203.202.84.customer.cdi.no [84.202.203.3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 31AAADC19A2 for ; Mon, 5 Mar 2012 15:06:33 +0000 (UTC) Date: Mon, 5 Mar 2012 16:06:31 +0100 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] cleaning up the setup-* scripts Message-ID: <20120305160631.73957ca9@ncopa-desktop.nor.wtbts.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, We got some nice feedback on the setup scripts, we got some patches for proxy support and wifi, we got a new wiki page[1] and we are getting closer the feature freeze of for the 2.4 release. I'd like clear out a few things. 1. the feature for doing: ROOT=/somepath setup-alpine and that spits out an apkovl. Do we want fix this feature or can we remove it? It does not work at the moment and I think the "answers" file will provide similar functionality. 2. Can we ship setup-wifi without no-encryption and WEP support initially? I think its fairly easy to implement WPA only and I think it could be done for the 2.4 release. 3. Setup proxy currently asks too many questions. The OpenBSD installer asks: HTTP/FTP proxy URL? (e.g. 'http://proxy:8080', or 'none') [none] Can we do the same? 4. Can I remove setup-cryptoswap? I don't think it works. I don't think anybody uses it. The purpose of this script was to help setting up an encrypted swap. It should probably be integrated in setup-disk in case we wanted support this. 5. Can I remove setup-alpine-web? The idea with this script was to set up a headless router via web interface. The setup-alpine-web script would have been called from a generic apkovl config, you would have plugged a laptop with crossover cable to any of the network interfaces and other interface to internet. The script would then fire up a dhcp server where the laptop was plugged and set up a captive portal with a wizard via Web. This was mostly done as a proof of concept but the web wizard never made it to the public I think. (it was actually pretty cool as it allowed the user to change the subnet numbers via web by using a very short dhcp lease) 6. Can I remove setup-mta? This was used before we switched to redmine as bug tracker. Since then we have got sendmail support in busybox. 7. Can I remove setup-ads? The intention was an easy way to join a Windows domain. I am not against the idea but I think we need fix the implementation. It should only ask for the domain (and possible give a list of detected domains or suggest the only one found by default), it should find the Domain Controller(s) by using DNS and never ask the user about them. -nc [1] http://wiki.alpinelinux.org/wiki/Alpine_Setup_Scripts --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---