From Fedora Project Wiki

m (1 revision(s))
(no need to display the title twice)
Line 1: Line 1:
= Firstboot =
firstboot is the program that runs on the first boot of a Fedora or Red Hat Enterprise Linux system that allows you to configure more things than the installer allows.
firstboot is the program that runs on the first boot of a Fedora or Red Hat Enterprise Linux system that allows you to configure more things than the installer allows.



Revision as of 13:22, 3 June 2008

firstboot is the program that runs on the first boot of a Fedora or Red Hat Enterprise Linux system that allows you to configure more things than the installer allows.

It also has a mode known as reconfig mode to let you reconfigure user settings that were originally set in the installer. This is generally useful to IHVs shipping hardware to an end user so that the end user can do things such as select their language, set their root password and configure their network. To start this mode, touch /etc/reconfigSys on your system.

firstboot has a modular architecture such that each screen is a separate python module. This allows firstboot to be a framework that requires no knowledge of the underlying modules. The primary benefit of this is that additional steps can be added without having to modify firstboot itself. The Modules page describes how to create a firstboot module.