komer wrote: ↑Mon Oct 21, 2019 7:07 pm
Code: Select all
$ cat /proc/cmdline
persist_static tz=Europe/Berlin quiet splasht
Thanks!
Quick tip: If you want to copy and paste with fancy-prompts enabled, first run "prompt-tiny". This will create a tiny prompt. When you are done go back to your usual prompt with "prompt-fancy" or whatever variant you're using. This is a very useful and powerful feature of fancy-prompts.
I don't think time zone should conflict with anything.
I agree. It only controls the timezone and the automatic repo selection based on the timezone.
Should I remove that option in live persistence settings?
I don't think that will help.
Let me think about this. ISTM your settings are either not getting saved or they are getting clobbered during the live boot. H'mm. It's also possible that we are not running /etc/init.d/console-setup on your live boots. Yes, this may be the problem.
Even though I may be covering old ground, after you boot try runnig:
and see if that fixes things.
The problem is that I'm only running that during the live boot if one of the variables like lang= or kbd= are set. This is because setupcon can take a lot of time to run and if someone has a default system we waste a second or so of boot time for no good reason. But this doesn't work for people like you who have used persistence to change these settings and have not used a boot parameter.
Perhaps the mistake we made was ASSuming the results of setupcon were saved in files that were saved with persistence. But if it is only running programs like loadkeys then it needs to be run on every boot in order to work.
One quick fix would be to add a "setupcon" boot parameter that will cause setupcon to always run. We could also always run setupcon but that seems like a bad solution for all the people who don't need it.
PS: I think the "kbd=hr" fix fehlix proposed will also work.