Page 41 of 41

Posted: Thu 18 Jun 2020, 19:20
by bigpup
Not good to post the same question or problem in two different locations.
See my answer in the other Xenilpup topic.
http://www.murga-linux.com/puppy/viewto ... 20#1061220

Posted: Thu 18 Jun 2020, 22:03
by soj
bigpup wrote:Not good to post the same question or problem in two different locations.
See my answer in the other Xenilpup topic.
http://www.murga-linux.com/puppy/viewto ... 20#1061220
That was a big mistake from me!.I used the search button for enquiring "xenialpup" but i forgot that there are separate threads for 32 and 64 bits.I truly am sorry.
Will look up your help in the other thread,thank you

Posted: Wed 01 Jul 2020, 14:19
by gyro
williams2 wrote:You can add the parameter TZ to your kernel boot parameters, for example:

Code: Select all

... pfix=ram TZ=EST5EDT ...
but the TZ variable usually is the name of a timezone file, and the initrd does not have those files. Maybe something like TZ=UTC+5 would work, I haven't tried it.
For Brisbane, Australia the correct parameter is:

Code: Select all

TZ=AEST-10
The letters are comment only, they can be anything, only the number and it's sign is significant.
Note: the sign is the opposite of what wouid normally be expected; Brisbane, Australia is at UTC +10.

AD: If you use any of the "FrugalPup" utilities to do your frugal install an approprriate TZ paramter should be included in the generated "grub2" "kernel" line.

gyro