firstboot and --reconfig

Féliciano Matias feliciano.matias at free.fr
Sun Aug 10 13:04:29 UTC 2003


/etc/rc.d/init.d/firstboot :

case "$1" in
 start)
        if grep -i reconfig /proc/cmdline >/dev/null || [ -f /etc/reconfigSys ]; then
 
            echo -n $"Running system reconfiguration tool"
            /usr/sbin/firstboot --reconfig
            rm -f /etc/reconfigSys
            exit 0
        fi



Is there a use for reconfig ?

Keep in mind that firstboot create /etc/sysconfig/firstboot that prevent
further execution.

A new bug report related to firstboot :
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=102067

-- 
Féliciano Matias <feliciano.matias at free.fr>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://listman.redhat.com/archives/fedora-test-list/attachments/20030810/0ff2d436/attachment.sig>


More information about the fedora-test-list mailing list