Skip to content

Commit

Permalink
manifest: add note about container installer kickstart defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Feb 15, 2024
1 parent 0f6a1cb commit 1fb0b86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/manifest/anaconda_installer_iso_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ func (p *AnacondaInstallerISOTree) ostreeContainerStages() []*osbuild.Stage {
kickstartOptions.RootPassword = &osbuild.RootPasswordOptions{
Lock: true,
}

// NOTE: These were decided somewhat arbitrarily for the BIB installer. We
// might want to drop them here and move them into the bib code as
// project-specific defaults.
kickstartOptions.Lang = "en_US.UTF-8"
kickstartOptions.Keyboard = "us"
kickstartOptions.Timezone = "UTC"
Expand Down

0 comments on commit 1fb0b86

Please sign in to comment.