tazinst diff etc/tazinst.conf @ rev 2

Use UUIDs, boot delay on mobile disks, GPT support, boot flag, new slitaz-installer and web frontends
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:12:12 2013 +0100 (2013-02-14)
parents
children cc9e582d5abc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/etc/tazinst.conf	Thu Feb 14 13:12:12 2013 +0100
     1.3 @@ -0,0 +1,60 @@
     1.4 +# /etc/slitaz/tazinst.conf: SliTaz installer configuration file.
     1.5 +#
     1.6 +# (C) 2007-2013 SliTaz - GNU General Public License v3.
     1.7 +#
     1.8 +
     1.9 +# 1. predefined settings
    1.10 +
    1.11 +# predefined mode of installation
    1.12 +# MODE=
    1.13 +
    1.14 +# predefined media to install from
    1.15 +# MEDIA=
    1.16 +
    1.17 +# predefined install source
    1.18 +# SOURCE=
    1.19 +
    1.20 +# predefined hostname
    1.21 +HOSTNAME="slitaz"
    1.22 +
    1.23 +# predefined root password
    1.24 +ROOT_PWD="root"
    1.25 +
    1.26 +# predefined user login
    1.27 +USER_LOGIN="tux"
    1.28 +
    1.29 +# predefined user password
    1.30 +USER_PWD="tux"
    1.31 +
    1.32 +# predefined bootloader
    1.33 +# BOOTLOADER=
    1.34 +
    1.35 +
    1.36 +# 2. SliTaz Images
    1.37 +
    1.38 +# list of mirrors file on your local network
    1.39 +# MIRRORS_FILE=
    1.40 +
    1.41 +# set of predefined urls
    1.42 +URL_ISO="
    1.43 +stable:iso/stable/slitaz-5.0.iso\
    1.44 +:$(gettext "Stable release 5.0")
    1.45 +core:iso/stable/flavors/slitaz-5.0-core.iso\
    1.46 +:$(gettext "Stable version 5.0 without nested subsets")
    1.47 +xorg_light:iso/stable/flavors/slitaz-5.0-xorg-light.iso\
    1.48 +:$(gettext "Stable release 5.0 with only the Vesa driver")
    1.49 +base:iso/stable/flavors/slitaz-5.0-base.iso\
    1.50 +:$(gettext "Stable text-only version 5.0 (8.1MB)")
    1.51 +justx:iso/stable/flavors/slitaz-5.0-justx.iso\
    1.52 +:$(gettext "Stable basic graphic version 5.0 without graphic apps")
    1.53 +gtkonly:iso/stable/flavors/slitaz-5.0-gtkonly.iso\
    1.54 +:$(gettext "Stable basic graphic version 5.0 with only Gtk")
    1.55 +firefox:iso/stable/flavors/slitaz-5.0-firefox.iso\
    1.56 +:$(gettext "Stable version 5.0 with the Firefox browser")
    1.57 +kids:iso/stable/flavors/slitaz-5.0-kids.iso\
    1.58 +:$(gettext "Stable version 5.0 with applications for children")
    1.59 +cooking:iso/cooking/slitaz-cooking.iso\
    1.60 +:$(gettext "Development version for testing latest features")
    1.61 +rolling:iso/rolling/slitaz-rolling.iso\
    1.62 +:$(gettext "Bleeding edge development version updated every day")
    1.63 +"