slitaz-tools annotate installer/README @ rev 615

tazx: only root can config Xorg (Thanks Stephane)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 03 12:34:16 2011 +0200 (2011-06-03)
parents d2947f34da10
children b28d4a6bf467
rev   line source
pankso@592 1 SliTaz Installer
pankso@592 2 ================================================================================
pankso@592 3
pankso@592 4
paul@593 5 The first SliTaz installer uses ncurses Dialog within a SHell script. As of
paul@608 6 April 2011 it is the last SliTaz home made tool that doesn't have a
paul@593 7 desktop integrated interface. So we must think differently and make changes,
paul@593 8 we must also keep in mind that the first installer had some crappy code
pankso@592 9 since it was written at the start of the project.
pankso@592 10
paul@593 11 The NEW way to think: one installer, entirely in SHell script and usable from
paul@593 12 the cmdline without dialog or any other gui-like interface! This new installer
pankso@592 13 must be able to perform an installation automatically based an a simple config
paul@593 14 file with clear variables such as: TYPE="iso|web", TARGET="/dev/hda1", USER="".
pankso@592 15
paul@593 16 With this way, we will be able to create a different kind of frontend: Dialog,
paul@593 17 GTK and CGI/web in TazPanel. The frontend just has to create a config file and
paul@593 18 start the cmdline installer and report steps in a nice way (progess bar or/and
pankso@592 19 messages).
pankso@592 20