LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   boot messages config (https://www.linuxquestions.org/questions/linux-newbie-8/boot-messages-config-4175411914/)

bluesatbridge 06-17-2012 08:38 AM

boot messages config
 
Hi i just installed fedora 17 from liveos image in my laptop and while i was just messing around i noticed that the boot messages are displayed on the left hand of the screen example

[ok] mount /boot
which i believe were and shud be on right like
mount /boot [ok]

how can i change this back to move [ok/failed] on the right

Also can i please change ok to come other text

I know we can do it but i just forgot how to do it

any help appreciated

PTrenholme 06-17-2012 05:05 PM

I believe that that change was intentionally made so it would be easier to discern the message to which the status referred. If you want to change it, you'll need to rewrite the systemd messaging function to do what you want.

bluesatbridge 06-18-2012 02:36 AM

thank you for the reply i wish if u could enlighten me more

PTrenholme 06-18-2012 12:54 PM

Strange. :scratch:

I just looked at /etc/sysconfig/init (which is sourced by /etc/initd/functions, which, in turn, is sourced by /usr/lib/systemd/fedora-configure) and it looks, from all that, like the status stuff should be started in column 60.

I also looked at /usr/lib/systemd/systemd (but not its source code) and noted a reference to the fedora-configure file. I suspect, though, that you'll need to look at the systemd source code for a clearer understanding of what's going on.

Sorry. (I sort of like the new look. :))

PTrenholme 07-09-2012 07:26 PM

Oops! :redface:

I just noticed the BOOTUP parameter setting in the /etc/sysconfig/init file which, if I read it correctly, says that, if you set it to anything except color or verbose. the position (and color) settings will be ignored.

Try changing that value, and see if you like the result.


All times are GMT -5. The time now is 01:26 AM.