Is there any possible way I can prompt the user to select a timezone just like in plain Ubuntu in a customized ISO?

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
Currently I provide a modified ISO to users and it has many configurations in ks.cfg for configuration post installation of OS. The users are in different timezones. Till now there is no manual intervention required for installation. But now I just want to prompt the user to select a timezone(like in vanilla Ubuntu) during installation so that the services that start with post installation can sync in, according to the user selected timezone. Since I think using a ks.cfg file eliminates user intervention totally.
14.04 server timezone kickstart
add a comment |Â
up vote
1
down vote
favorite
Currently I provide a modified ISO to users and it has many configurations in ks.cfg for configuration post installation of OS. The users are in different timezones. Till now there is no manual intervention required for installation. But now I just want to prompt the user to select a timezone(like in vanilla Ubuntu) during installation so that the services that start with post installation can sync in, according to the user selected timezone. Since I think using a ks.cfg file eliminates user intervention totally.
14.04 server timezone kickstart
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Currently I provide a modified ISO to users and it has many configurations in ks.cfg for configuration post installation of OS. The users are in different timezones. Till now there is no manual intervention required for installation. But now I just want to prompt the user to select a timezone(like in vanilla Ubuntu) during installation so that the services that start with post installation can sync in, according to the user selected timezone. Since I think using a ks.cfg file eliminates user intervention totally.
14.04 server timezone kickstart
Currently I provide a modified ISO to users and it has many configurations in ks.cfg for configuration post installation of OS. The users are in different timezones. Till now there is no manual intervention required for installation. But now I just want to prompt the user to select a timezone(like in vanilla Ubuntu) during installation so that the services that start with post installation can sync in, according to the user selected timezone. Since I think using a ks.cfg file eliminates user intervention totally.
14.04 server timezone kickstart
edited Apr 26 at 8:17
asked Apr 26 at 7:53
Ron Pad
61
61
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06
add a comment |Â
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028305%2fis-there-any-possible-way-i-can-prompt-the-user-to-select-a-timezone-just-like-i%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why not do that after the install on 1st login? Put a file somewhere. have it execute on boot and on success remove it.
â Rinzwind
Apr 26 at 8:41
But the script should: 1) Execute during boot, before other services start. 2) Should prompt the user with timezones available in Linux, and let's him select depending on his location.
â Ron Pad
Apr 26 at 8:55
Regarding 1: Why? Here is a set of classical methods. from command line to using the desktop: wikihow.com/Change-the-Timezone-in-Linux Changing timezone can be done in real time on a running system. No need for a reboot.
â Rinzwind
Apr 26 at 9:03
My main issue is the script "should start before other services". Since my services need to be sync with the system TimeZone. If the TimeZone changes on real time, the services would need to be restarted. And I don't want to do unnecessary restart of my services.
â Ron Pad
Apr 26 at 9:06