Create configurator at the boot time (as grub entry maybe? And then make it default for first boot). Features:
cat /proc/cmdline
Add one grub entry with (for example) bootconfig parameter and launch script on boot checking if that parameter exists. If so run configurator.
http://fedoraproject.org/wiki/GRUB_2 - how to set default entry.
What if user updates system? Kernel and initram may be no longer valid.
I will resolve this issue later.
/etc/grub.d/40_custom is not as good idea as i though - set root= option is problematic for example...
Looking for better solution.
Better approach - like firstboot. Make it system service and create file /bootconfig (delete it after first config).
It doesn't work - script does not get interactive terminal. Need to rethink the idea...
Need GUI - like firstboot. But with Qt.
I'll try something like /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 in xbmc.service
[Configurator]
Wiki: Configurator
Log in to post a comment.
Add one grub entry with (for example) bootconfig parameter and launch script on boot checking if that parameter exists. If so run configurator.
http://fedoraproject.org/wiki/GRUB_2 - how to set default entry.
What if user updates system? Kernel and initram may be no longer valid.
I will resolve this issue later.
/etc/grub.d/40_custom is not as good idea as i though - set root= option is problematic for example...
Looking for better solution.
Better approach - like firstboot. Make it system service and create file /bootconfig (delete it after first config).
It doesn't work - script does not get interactive terminal. Need to rethink the idea...
Need GUI - like firstboot. But with Qt.
I'll try something like /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 in xbmc.service
[Configurator]
Related
Wiki: Configurator