1

I want to have semi automated kick start where option already made default in kick start file should not be editable by user i.e if i have by default made values for timezone language and other user should not able to modify this value and user can only modify value which is not mention in kick start file.

Direct case: I want user should be able to only modify installation Destination and other he should not be edit.Here in below image user should be able to modify only box green mark screen.

chetan
  • 11
  • 1
  • Why not put the destination storage in the kickstart and fully automate it ? – John Mahowald Oct 29 '17 at 23:41
  • We want destination storage to be selected by user in case there is multiple partition.In case in other partition he is having other OS. – chetan Oct 31 '17 at 13:08
  • Partitions will not be removed without `clearpart`. Anaconda does not support read only options far as I know, if it stops at a screen you can change things. You may want to think about other ways of enforcing desired configuration post-install, a user who can boot any installer can do whatever they want to the OS. – John Mahowald Nov 01 '17 at 01:35
  • Thanks for your quick response..Do you have any idea/suggestion to achieve this.?? – chetan Nov 01 '17 at 05:48
  • We want some other field(Network and host name) to be modified by user at boot time only but field which we have already define should not be modified by user.Any other way of achieving this. – chetan Nov 01 '17 at 05:53
  • You might be able to achieve this with an [Anaconda Addon](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/anaconda_customization_guide/). In particular, read the section about ready states. – Aaron Copley Nov 01 '17 at 12:58

0 Answers0