Change Default Answers to Registration Questions?
-
Okay, so I never start a thread, on any forum, until me and at least two of my peers have exhausted Google.
We’re looking to change the answer to question during the Full Registration process to default to ‘Y’ instead on ‘N’.
This started out as more for convenience sake than anything, but seems to have turned into a personal vendetta. TIA -
Which question are you looking for this change on?
-
The one that says:
[code]Would you like to add this host to AD (using default settings)? (y/N)[/code]
We want to change (y/N) to (Y/n). -
Okay, so which version of FOG are you running?
It does matter to be specific.
-
I am so sorry. I’m used to [I]not[/I] posting on forums, only searching and skimming them and the wikii.
FOG Version: 0.32
OS Version: Ubuntu 13.04 -
Okay, so the WIKI exists on how to edit the init.gz, but probably doesn’t give you the information directly that you want to change.
I’ll edit the file and repost it, you can download and you should be good to go!
-
So,
You can download the file at:
[url]https://mastacontrola.com/init_ADYESDEFAULT.gz[/url]If you want to do this directly on the FOG Server:
Get root access within a terminal
type the following commands:
[code]cd /tftpboot/fog/images
mv init.gz init_original.gz
wget -O init.gz --no-check-certificate https://mastacontrola.com/init_ADYESDEFAULT.gz[/code] -
Rock on, Tom! Thank you so much for your help!