Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions data/distrodefs/fedora/imagetypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,11 @@ image_types:
bootloader: "grub2"
- *riscv64_uefi_platform
image_config:
# NOTE: temporary workaround for a bug in initial-setup that
# requires a kickstart file in the root directory.
# NOTE: initial-setup doesn't allow a system to be reconfigured
# NOTE: if certain files are already configured (locale, users,
# NOTE: that sort of stuff). With this kickstart we enable reconfig
# NOTE: of those values since we have already written them in the
# NOTE: disk image but they might not be what the user wants.
files:
- path: "/root/anaconda-ks.cfg"
user: "root"
Expand Down
Loading