inst.nosave=
is a new boot option controlling which Kickstart files and installation logs are saved to the installed system. It can be especially useful to disable saving such data when performing OEM operating system installations, or when generating images using sensitive resources (such as internal repository URLs), as these resources might otherwise be mentioned in kickstart files and/or logs on the image. Possible values for this option are:
input_ks
— disables saving of the input kickstart file (if any).
output_ks
— disables saving of the output kickstart file generated by Anaconda.
all_ks
— disables saving of both input and output kickstart files.
logs
— disables saving of all installation logs.
all
— disables saving of all kickstart files and all installation logs.
Multiple values can be combined as a comma separated list, for example: input_ks,logs