View Single Post
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
 

The Following 6 Users Say Thank You to reinob For This Useful Post: