![]() |
2011-11-23
, 11:50
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#2
|
finaly we (Maemo Community) got permission from Quim Gil to modify and redistribute shell script /sbin/preinit for open source projects. See Quim Gil post on https://bugs.maemo.org/show_bug.cgi?id=12228#c9
![]() |
2011-11-23
, 17:41
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#4
|
Why should it happen later? Isn't it "the earlier, the better"? any drawbacks of loading it so early?
Maybe even::
?Code:If camera slide open load fbcon present menu else boot normaly
if [hardware-switch-of-choice-detected] || [settings file asks for console and shell] present console and optionally shell/menu else boot normally
![]() |
2011-11-24
, 05:37
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#5
|
![]() |
2011-11-24
, 07:55
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
![]() |
2011-11-24
, 09:47
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#7
|
![]() |
2011-11-24
, 10:05
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#8
|
The Following 6 Users Say Thank You to reinob For This Useful Post: | ||
![]() |
2011-11-24
, 11:19
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#9
|
Here is a head scratcher for you.
How do you remove fbcon before entering BM? As you know fbcon makes it nearly impossible to use BM due to the text on the screen.
adding 'rmmod fbcon' fails as the module is in use. I suppose you could rmmod -f fbcon (force) however I don't want to try that on my only n900 with the prospect of a reflash if it failz.
The Following 5 Users Say Thank You to ivyking For This Useful Post: | ||
![]() |
2011-11-24
, 12:13
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#10
|
![]() |
Tags |
getbootstate, preinit |
Thread Tools | |
|
finaly we (Maemo Community) got permission from Quim Gil to modify and redistribute shell script /sbin/preinit for open source projects. See Quim Gil post on https://bugs.maemo.org/show_bug.cgi?id=12228#c9
So it is time to clean and fix bugs in this script...
Now I started creating open replecament for fremantle deb package getbootstate (it contains script /sbin/preinit). Getbootstate binary is already working (see thread: http://talk.maemo.org/showthread.php?t=73792).
I created bzr repository for this package on https://code.launchpad.net/~pali/+ju...o_getbootstate
My primary goal is to add better support for multiboot and customise booting (other) systems.
Anybody is welcome to fixing/developing any parts of getbootstate deb package...