Hello community, here is the log from the commit of package yast2-firstboot checked in at Fri Sep 1 01:20:19 CEST 2006. -------- --- yast2-firstboot/yast2-firstboot.changes 2006-06-02 11:06:19.000000000 +0200 +++ yast2-firstboot/yast2-firstboot.changes 2006-08-31 09:28:44.000000000 +0200 @@ -1,0 +2,13 @@ +Thu Aug 31 08:56:27 CEST 2006 - lslezak@suse.cz + +- the control file has been updated to the default + workflow (#200718) +- added missing documentation files (#189358) +- 2.13.3 + +------------------------------------------------------------------- +Tue Aug 1 13:34:34 CEST 2006 - jsrain@suse.cz + +- updated the documentation (#189358) + +------------------------------------------------------------------- Old: ---- yast2-firstboot-2.13.2.tar.bz2 New: ---- yast2-firstboot-2.13.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.7j73Mw/_old 2006-09-01 01:20:14.000000000 +0200 +++ /var/tmp/diff_new_pack.7j73Mw/_new 2006-09-01 01:20:14.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-firstboot (Version 2.13.2) +# spec file for package yast2-firstboot (Version 2.13.3) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: yast2-firstboot URL: http://www.suse.com/ -Version: 2.13.2 +Version: 2.13.3 Release: 1 License: X11/MIT, GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-firstboot-2.13.2.tar.bz2 +Source0: yast2-firstboot-2.13.3.tar.bz2 prefix: /usr -BuildRequires: update-desktop-files yast2-devtools yast2-network yast2-testsuite yast2-xml +BuildRequires: docbook-xsl-stylesheets libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-devtools yast2-network yast2-testsuite yast2-xml Requires: yast2 BuildArchitectures: noarch Summary: YaST Initial System Configuration @@ -43,7 +43,7 @@ Anas Nashif<nashif@suse.de> %prep -%setup -n yast2-firstboot-2.13.2 +%setup -n yast2-firstboot-2.13.3 %build %{prefix}/bin/y2tool y2autoconf @@ -92,6 +92,13 @@ /etc/YaST2/*.xml %changelog -n yast2-firstboot +* Thu Aug 31 2006 - lslezak@suse.cz +- the control file has been updated to the default + workflow (#200718) +- added missing documentation files (#189358) +- 2.13.3 +* Tue Aug 01 2006 - jsrain@suse.cz +- updated the documentation (#189358) * Fri Jun 02 2006 - jsrain@suse.cz - log Report messages by default (#180862) - 2.13.2 ++++++ yast2-firstboot-2.13.2.tar.bz2 -> yast2-firstboot-2.13.3.tar.bz2 ++++++ ++++ 2202 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/VERSION new/yast2-firstboot-2.13.3/VERSION --- old/yast2-firstboot-2.13.2/VERSION 2006-06-02 11:00:41.000000000 +0200 +++ new/yast2-firstboot-2.13.3/VERSION 2006-08-31 09:12:17.000000000 +0200 @@ -1 +1 @@ -2.13.2 +2.13.3 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/configure.in new/yast2-firstboot-2.13.3/configure.in --- old/yast2-firstboot-2.13.2/configure.in 2006-06-02 11:05:20.000000000 +0200 +++ new/yast2-firstboot-2.13.3/configure.in 2006-08-31 09:12:21.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-firstboot dnl -dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-firstboot, 2.13.2, http://bugs.opensuse.org/, yast2-firstboot) +AC_INIT(yast2-firstboot, 2.13.3, http://bugs.opensuse.org/, yast2-firstboot) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.2" +VERSION="2.13.3" RPMNAME="yast2-firstboot" MAINTAINER="Jiri Srain <jsrain@suse.cz>" @@ -144,9 +144,12 @@ fi +AX_CHECK_DOCBOOK + ( cd src/control; ln -sf firstboot.xml firstboot.glade ) AC_CONFIG_FILES(Makefile agents/Makefile +doc/autodocs/Makefile doc/Makefile scripts/Firstboot-Stage/Makefile scripts/Makefile diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/configure.in.in new/yast2-firstboot-2.13.3/configure.in.in --- old/yast2-firstboot-2.13.2/configure.in.in 2005-01-24 07:42:47.000000000 +0100 +++ new/yast2-firstboot-2.13.3/configure.in.in 2006-08-30 13:27:48.000000000 +0200 @@ -8,6 +8,8 @@ @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-YCP@ +AX_CHECK_DOCBOOK + ## Nasty hack: xgettext doesn't work for XML files, so let's symlink it ( cd src/control; ln -sf firstboot.xml firstboot.glade ) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/doc/Makefile.am new/yast2-firstboot-2.13.3/doc/Makefile.am --- old/yast2-firstboot-2.13.2/doc/Makefile.am 2005-01-24 07:42:47.000000000 +0100 +++ new/yast2-firstboot-2.13.3/doc/Makefile.am 2006-08-30 14:46:07.000000000 +0200 @@ -1,43 +1,42 @@ # -# Makefile.am +# Makefile.am doc subdir # -STYLESHEET_FO=$(ydatadir)/docbook/stylesheets/customize-fo.xsl -STYLESHEET_HTML=$(ydatadir)/docbook/stylesheets/customize-html.xsl -COMPONENT=firstboot-doc -htmldir = $(docdir)/$(COMPONENT) +SUBDIRS = autodocs +htmldir = $(docdir) +xml_files = $(wildcard *.xml) -html: html/index.html html/susebooks.css +html_DATA = $(wildcard html/*.html) \ + html/index.html \ + html/yast2docs.css -pdf: clean.xml $(COMPONENT).pdf +pdf: firstboot.pdf -validate: - xmllint --xinclude --valid --noout $(COMPONENT).xml +html/index.html: firstboot-doc.xml + XML_CATALOG_FILES=@XML_CATALOG@ \ + @XSLTPROC@ @XSLTPROC_FLAGS@ --xinclude \ + @STYLESHEET_HTML@ $< -$(COMPONENT).fo: $(COMPONENT).xml - xsltproc --xinclude -o $(COMPONENT).fo $(STYLESHEET_FO) $(COMPONENT).xml +firstboot.fo: firstboot-doc.xml + XML_CATALOG_FILES=@XML_CATALOG@ \ + @XSLTPROC@ @XSLTPROC_FLAGS@ --xinclude \ + -o $@ @STYLESHEET_PDF@ $< -$(COMPONENT).pdf: $(COMPONENT).fo - fop -q $(COMPONENT).fo $(COMPONENT).pdf +firstboot.pdf: firstboot.fo + fop -q $< $@ +html/yast2docs.css: html/index.html + cp @STYLESHEET_CSS@ html + cp -a `pkg-config --variable=yast2dir yast2-devtools`/data/docbook/images html -html/susebooks.css: - cp $(ydatadir)/docbook/css/susebooks.css html - cp -a $(ydatadir)/docbook/images html +EXTRA_DIST = $(xml_files) -clean.xml: firstboot-section.xml - xmllint --xinclude --noent --dropdtd -o $@ $< - cp $@ firstboot-section_mod.xml - +CLEANFILES = $(html_DATA) -html/index.html: clean.xml - xsltproc --xinclude $(STYLESHEET_HTML) $(COMPONENT).xml - -html_DATA = $(wildcard html/*) - -EXTRA_DIST = *.xml $(html_DATA) +clean-local: + rm -rf html -CLEANFILES = CATALOG.local *.out *.aux *.dvi *.tex *.ps *.pdf *.log *.dsl *.fo clean.xml +install-data-local: + mkdir -p $(DESTDIR)$(htmldir) + cp -a $(srcdir)/html/images $(DESTDIR)$(htmldir) -clean-local: - rm -rf html/*.html diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/doc/README new/yast2-firstboot-2.13.3/doc/README --- old/yast2-firstboot-2.13.2/doc/README 2005-01-24 07:42:47.000000000 +0100 +++ new/yast2-firstboot-2.13.3/doc/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,85 +0,0 @@ -Intro ------ - -Using firstboot, an administrative user can configure the system (before creation -of the install image) such that on first boot after configuration, the -system owner is prompted for various items to personalize the system. - -When the machine boots for the first time after the installation, you will be -presented with an interface for doing some additional configuration. - -The default workflow for such an interface is: - -1. The Welcome screen -2. The License Agreement -3. Date & Time -4. Root Password -5. User Account -6. Finish - - -During firstboot, 2 additional dialogs are shown for writing the data and -running SuSEconfig which require no user interaction. - - -Enabling firstboot ------------------- - - -Firstboot is disabled by default. the package yast2-firstboot is not part of -any software selection and has to be installed individually. - -After the package is installed, the following has to be done to activate it -during the next boot: - -1. Touch the file /etc/reconfig_system -2. Enable the service firstboot using the YaST runlevel editor or - directly on the command line with - - chkconfig firstboot on - - -The Post Configuration Utility (firstboot) expects the X server to be -configured. If no X server is configured, then it will start in text mode -automatically. - - - - -Customizing YaST firstboot --------------------------- - -The utility has standard and translated texts in the default setup. If the -administrative user wishes to change those texts, it is possible using the -firstboot configuration file: /etc/sysconfig/firstboot - -This file allows changing the text of the following dialogs: - -- Welcome Screen -- License Agreement -- Finish Dialog - - -Changing the values of the respective variables to a full path of a plain or -rich text formatted text file, will result in the dialogs with a customized -text. -If the referenced files are in plain text, they will be shown as such -automatically. If they contain any markup language, they will be formatted as -richtext. - - - -Scripting ------------ - - -The administrative user can add scripts to be executed at the end of the -firstboot configuration to customize the system depending on user input or -depending on the environment of the machine. Any scripts should go to - - /usr/share/firstboot/scripts - -or to a custom location that can be set using /etc/sysconfig/firstboot. - - - diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/doc/autodocs/Makefile.am new/yast2-firstboot-2.13.3/doc/autodocs/Makefile.am --- old/yast2-firstboot-2.13.2/doc/autodocs/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-firstboot-2.13.3/doc/autodocs/Makefile.am 2006-06-29 08:54:08.000000000 +0200 @@ -0,0 +1,10 @@ +# Makefile.am for firstboot/doc/autodocs + +htmldir = $(docdir)/autodocs + +index.html: $(srcdir)/../../src/*.ycp + $(ybindir)/ycpdoc -d. $(srcdir)/../../src/*.ycp + +html_DATA = index.html $(wildcard *.html) + +CLEANFILES = $(html_DATA) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/doc/firstboot-section.xml new/yast2-firstboot-2.13.3/doc/firstboot-section.xml --- old/yast2-firstboot-2.13.2/doc/firstboot-section.xml 2005-06-02 15:02:56.000000000 +0200 +++ new/yast2-firstboot-2.13.3/doc/firstboot-section.xml 1970-01-01 01:00:00.000000000 +0100 @@ -1,212 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - <section> - <title>Firstboot Configuration</title> - <para>The YaST firstboot utility (YaST Initial System Configuration), which - runs after the installation is completed, lets you configure the Novell - Linux Desktop system before creation of the install image so that on the - first boot after configuration, users are guided through a series of - steps that allow for easier configuration of their desktops. YaST - firstboot does not run by default and has to be configured to run by the - user or the system administrator. It is useful for image deployments - where the system in the image is completely configured. However, some - final steps such as root password and user logins have to be created to - personalize the system. - </para> - - <para>The default workflow for the interface is as follows: </para> - <orderedlist> - <listitem> - <para>The Welcome screen </para> - </listitem> - <listitem> - <para>The License Agreement</para> - </listitem> - <listitem> - <para>Date & Time</para> - </listitem> - <listitem> - <para>Network</para> - </listitem> - <listitem> - <para>Root Password</para> - </listitem> - <listitem> - <para>User Account</para> - </listitem> - <listitem> - <para>Hardware</para> - </listitem> - <listitem> - <para>Finish</para> - </listitem> - </orderedlist> - - <para>During firstboot, two additional dialogs are shown for writing the data and running SuSEconfig which require no user interaction.</para> - <section> - <title>Enabling Firstboot</title> - <para>Firstboot is disabled by default. The yast2-firstboot package is not part of any software selection and has to be installed individually. During the Installation, click Software in the Installation Settings screen, then select the yast2-firstboot package in the Rest selection list. </para> - <orderedlist> - <listitem> - <para>Install the product on a master box, making sure that you install the firstboot package.</para> - </listitem> - <listitem> - <para>Create the empty file <filename>/etc/reconfig_system</filename>. This file will be deleted when firstboot configuration is completed. This can be done by issuing the commnd: <command>touch /etc/reconfig_system</command> -</para> - </listitem> - <listitem> - <para>Enable the firstboot service using the YaST runlevel editor, or - directly on the command line using the following command: - <command>chkconfig firstboot on</command> -</para> - </listitem> - </orderedlist> - <para>When the system comes up after a shutdown, the firstboot - configuration utility will be started and the user will be presented - with the configuration screens.</para> - - <para>There are different ways the firstboot configuration utility can be - used, one of them for creating installation images. The following step - by step description shows how an image can be created after firstboot - has been enabled.</para> - - <orderedlist> - <listitem> - <para>Boot the master box using the rescue boot option.</para> - </listitem> - <listitem> - <para>Configure network in the rescue system.</para> - </listitem> - <listitem> - <para>Mount an NFS exported directory to /mnt.</para> - </listitem> - <listitem> - <para>Run <command>dd if=/dev/hda of=/mnt/image.bin - count=4000000</command> to store the master box's hard disk image - onto the NFS server.</para> - - </listitem> - </orderedlist> - <para>And to install the image you have just created:</para> - <orderedlist> - <listitem> - <para>Boot a user's machine using the rescue boot option.</para> - </listitem> - <listitem> - <para>Configure network in the rescue system.</para> - </listitem> - <listitem> - <para>Mount the NFS exported directory to /mnt.</para> - </listitem> - <listitem> - <para>Run <command>dd if=/mnt/image.bin of=/dev/hda count=4000000.</command> -</para> - </listitem> - <listitem> - <para>Remove the boot media and boot the user's machine. </para> - </listitem> - <listitem> - <para>After firstboot comes up, configure the date and time, root password, and user account and any other additional settings. </para> - </listitem> - </orderedlist> - <para>The Post Configuration Utility (firstboot) expects the X server to be configured. If no X server is configured, it will automatically start in text mode.</para> - </section> - <section> - <title>Customizing YaST Firstboot</title> - <section> - <title>Customizing Messages</title> - <para>The utility has standard and translated texts in the default - setup. If you want to change those texts, use the firstboot - configuration file,<filename>/etc/sysconfig/firstboot</filename>.</para> - - <para>This file lets you change the text of the following dialogs:</para> - <itemizedlist> - <listitem> - <para>Welcome screen</para> - </listitem> - <listitem> - <para>License Agreement</para> - </listitem> - <listitem> - <para>Finish dialog </para> - </listitem> - </itemizedlist> - <para>To do this, change the values of the respective variables - (FIRSTBOOT_WELCOME_FILE,FIRSTBOOT_LICENSE_FILE , and - FIRSTBOOT_FINISH_FILE) to the full path of a plain or rich text - formatted text file. This will give you dialogs with customized - text. If the references files are in plain text, they will be shown - as such automatically. If they contain any markup language, they will - be formatted as rich text.</para> - - <para>The default license text shown is taken from the file - <filename>/var/lib/YaST2/info.txt</filename> which is the EULA of the - product being installed.</para> - - </section> - <section> - <title>License Action</title> - <para>The variable LICENSE_REFUSAL_ACTION sets the action to be - executed if the user does not accept the license. The following - options are available:</para> - - <itemizedlist> - <listitem> - <para>halt: system is halted (shut down)</para> - </listitem> - <listitem> - <para>continue: continue with configuration</para> - </listitem> - <listitem> - <para>abort: Abort firstboot configuration utility and continue with the boot process.</para> - </listitem> - </itemizedlist> - </section> - <section> - <title>Release Notes</title> - <para>Use the configuration option FIRSTBOOT_RELEASE_NOTES_PATH to show - release notes in the target language. The value of the option should - be a path to a directory with files using language dependent naming - (<filename>RELEASE-NOTES.{language}.rtf</filename>). For english, the - following file will be needed: RELEASE-NOTES.{language}.rtf.</para> - - <para> - The original release notes for the installed product availabe in <filename>/usr/share/doc/release-notes</filename> can be used as an - example. - </para> - - </section> - <section> - <title>Customizing Workflow Components</title> - - <para>The default firstboot workflow can be controled using one single - file which is a subset of the control.xml file used to control the - complete installation. The firstboot control file consists of - workflow and proposal configurations and can be used to add or remove - configuration screens depending on the end configuration of the - system. The file firstboot.xml is installed with the yast2-firstboot - package and can be found at the following location: - <filename>/usr/share/YaST2/control/firstboot.xml</filename>.</para> - - <para>This file can be modified to match the post installation - requirements of the product in question. In addition to the default - and pre-installed components, custom screens can be added to enable - maximal flexiblity during post installation. For more information - about the syntax of the control file, see the document titled - “Product Installation Control”.</para> - - </section> - </section> - <section> - <title>Scripting</title> - <para>You can add scripts to be executed at the end of the firstboot - configuration to customize the system depending on user input or the - environment of the machine. Scripts should be placed in - <filename>/usr/share/firstboot/scripts</filename> or in a custom - location that can be set using the - <filename>/etc/sysconfig/firstboot</filename> configuration - file.</para> - - - - </section> - </section> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/doc/firstboot-section_mod.xml new/yast2-firstboot-2.13.3/doc/firstboot-section_mod.xml --- old/yast2-firstboot-2.13.2/doc/firstboot-section_mod.xml 2005-06-02 15:02:56.000000000 +0200 +++ new/yast2-firstboot-2.13.3/doc/firstboot-section_mod.xml 2006-08-31 08:44:22.000000000 +0200 @@ -47,7 +47,7 @@ <para>Firstboot is disabled by default. The yast2-firstboot package is not part of any software selection and has to be installed individually. During the Installation, click Software in the Installation Settings screen, then select the yast2-firstboot package in the Rest selection list. </para> <orderedlist> <listitem> - <para>Install the product on a master box, making sure that you install the firstboot package.</para> + <para>Install the product on a master box, making sure that you install the firstboot package. Configure whole system including system services, hardware components,...</para> </listitem> <listitem> <para>Create the empty file <filename>/etc/reconfig_system</filename>. This file will be deleted when firstboot configuration is completed. This can be done by issuing the commnd: <command>touch /etc/reconfig_system</command> @@ -60,7 +60,9 @@ </para> </listitem> </orderedlist> - <para>When the system comes up after a shutdown, the firstboot + <para>After getting the system installed and prepared, shut it down and + clone the hard disk to hard disk to all of the machines.</para> + <para>When the system comes up after a shutdown and cloning, the firstboot configuration utility will be started and the user will be presented with the configuration screens.</para> @@ -185,14 +187,17 @@ configuration screens depending on the end configuration of the system. The file firstboot.xml is installed with the yast2-firstboot package and can be found at the following location: - <filename>/usr/share/YaST2/control/firstboot.xml</filename>.</para> + <filename>/etc/YaST2/firstboot.xml</filename>.</para> <para>This file can be modified to match the post installation requirements of the product in question. In addition to the default and pre-installed components, custom screens can be added to enable - maximal flexiblity during post installation. For more information + maximal flexiblity during post installation. +<!-- For more information about the syntax of the control file, see the document titled - “Product Installation Control”.</para> + “Product Installation Control”. +--> +</para> </section> </section> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-firstboot-2.13.2/src/control/firstboot.xml new/yast2-firstboot-2.13.3/src/control/firstboot.xml --- old/yast2-firstboot-2.13.2/src/control/firstboot.xml 2005-10-31 11:06:36.000000000 +0100 +++ new/yast2-firstboot-2.13.3/src/control/firstboot.xml 2006-08-31 09:25:28.000000000 +0200 @@ -4,7 +4,7 @@ xmlns:config="http://www.suse.com/1.0/configns"> <!-- - $Id: firstboot.xml 26032 2005-10-31 10:06:35Z jsrain $ + $Id: firstboot.xml 32643 2006-08-31 07:26:57Z lslezak $ Work around for the text domain textdomain="firstboot" --> @@ -47,6 +47,11 @@ <mode>installation</mode> <modules config:type="list"> <module> + <label>Language</label> + <enabled config:type="boolean">false</enabled> + <name>firstboot_language</name> + </module> + <module> <label>Welcome</label> <name>inst_welcome</name> </module> @@ -54,53 +59,47 @@ <label>License Agreement</label> <name>inst_license</name> </module> - <!-- <module> <label>Network</label> <name>inst_proposal</name> - <proposal>firstboot_network</proposal> - </module> - <module> - <label>Language</label> <enabled config:type="boolean">false</enabled> - <name>firstboot_language</name> + <proposal>firstboot_network</proposal> </module> <module> <label>Time and Date</label> - <enabled config:type="boolean">false</enabled> + <enabled config:type="boolean">true</enabled> <name>firstboot_timezone</name> </module> <module> <label>Desktop</label> - <enabled config:type="boolean">true</enabled> + <enabled config:type="boolean">false</enabled> <name>firstboot_desktop</name> </module> <module> <label>Network</label> <name>inst_proposal</name> + <enabled config:type="boolean">false</enabled> <proposal>firstboot_network</proposal> </module> - --> <module> <label>Root Password</label> - <enabled config:type="boolean">false</enabled> + <enabled config:type="boolean">true</enabled> <name>inst_root</name> </module> - <!-- <module> <label>Users</label> - <enabled config:type="boolean">false</enabled> + <enabled config:type="boolean">true</enabled> <name>inst_auth</name> </module> <module> <label>Users</label> - <enabled config:type="boolean">false</enabled> + <enabled config:type="boolean">true</enabled> <name>inst_user</name> </module> - --> <module> <label>Hardware</label> <name>inst_proposal</name> + <enabled config:type="boolean">false</enabled> <proposal>firstboot_hardware</proposal> </module> <module> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de