Thread
:
Announce: Open /sbin/preinit (deb package getbootstate)
View Single Post
reinob
2011-11-24 , 10:05
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#
8
@vi_
Before rmmod'ing fbcon you have to deattach the console. Not sure how (chvt 2?).
But at least in my "plan" any menu (backupmenu, multiboot, bootmenu) and obviously the console will be strictly text-mode (framebuffer).
If you read the backupmenu script you'll see it's a huge mess due to all the text2screen calls and updating the cursor position. That's messy, and hides the actual functionality.
I would do backupmenu (as well as bootmenu) with a compiled C program (using slang or ncurses). Quick, self-contained (even statically compiled if needed) and with that "native" text-mode look we all love
Quote & Reply
|
The Following 6 Users Say Thank You to reinob For This Useful Post:
Estel
,
fw190
,
ivyking
,
lokimotive
,
Mentalist Traceur
,
mosiomm
reinob
View Public Profile
Send a private message to reinob
Find all posts by reinob