tazinst view etc/tazinst.conf @ rev 92

german translation completed
author Hans-G?nter Theisgen
date Fri Oct 06 15:12:26 2017 +0100 (2017-10-06)
parents b0ed6cbb9de0
children
line source
1 # /etc/slitaz/tazinst.conf - SliTaz installer configuration file.
2 #
3 # (C) 2007-2013 SliTaz - GNU General Public License v3.
4 #
6 # 1. predefined settings
8 # predefined mode of installation
9 # MODE=""
11 # predefined media to install from
12 # MEDIA=""
14 # predefined install source
15 # SOURCE=""
17 # predefined hostname
18 HOSTNAME="slitaz"
20 # predefined root password
21 ROOT_PWD="root"
23 # predefined user login
24 USER_LOGIN="tux"
26 # predefined user password
27 USER_PWD="tux"
29 # predefined bootloader
30 # BOOTLOADER=""
33 # 2. SliTaz Images
35 # list of mirrors file on your local network
36 # MIRRORS_FILE=""
38 # set of predefined urls
39 URL_ISO="
40 stable:iso/stable/slitaz-5.0.iso\
41 :$(gettext "Stable release 5.0")
42 core:iso/stable/flavors/slitaz-5.0-core.iso\
43 :$(gettext "Stable version 5.0 without nested subsets")
44 xorg_light:iso/stable/flavors/slitaz-5.0-xorg-light.iso\
45 :$(gettext "Stable release 5.0 with only the Vesa driver")
46 base:iso/stable/flavors/slitaz-5.0-base.iso\
47 :$(gettext "Stable text-only version 5.0 (8.1MB)")
48 justx:iso/stable/flavors/slitaz-5.0-justx.iso\
49 :$(gettext "Stable basic graphic version 5.0 without graphic apps")
50 gtkonly:iso/stable/flavors/slitaz-5.0-gtkonly.iso\
51 :$(gettext "Stable basic graphic version 5.0 with only Gtk")
52 firefox:iso/stable/flavors/slitaz-5.0-firefox.iso\
53 :$(gettext "Stable version 5.0 with the Firefox browser")
54 kids:iso/stable/flavors/slitaz-5.0-kids.iso\
55 :$(gettext "Stable version 5.0 with applications for children")
56 cooking:iso/cooking/slitaz-cooking.iso\
57 :$(gettext "Development version for testing latest features")
58 rolling:iso/rolling/slitaz-rolling.iso\
59 :$(gettext "Bleeding edge development version updated every day")
60 "