[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

firstboot and --reconfig



/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 free fr>

Attachment: signature.asc
Description: Ceci est une partie de message=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]