Skip to content

Commit

Permalink
manifest: add bash-color-prompt for >= f39
Browse files Browse the repository at this point in the history
fixes coreos/fedora-coreos-tracker#1567

Co-authored-by: Adam Piasecki <[email protected]>
Co-authored-by: Yasmin de Souza <[email protected]>
  • Loading branch information
3 people committed Sep 26, 2023
1 parent 03033e3 commit 36cc439
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/bash-color-prompt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://github.com/coreos/fedora-coreos-tracker/issues/1567
# Merge with manifests/fedora-coreos.yaml once Fedora 39 is released to
# all streams
packages:
# Introduce a default colored prompt for Fedora's default shell bash.
- bash-color-prompt
5 changes: 5 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ conditional-include:
# Merge with manifests/system-configuration.yaml once Fedora 39 is released
# to all streams
include: audit.yaml
- if: releasever >= 39
# https://github.com/coreos/fedora-coreos-tracker/issues/1567
# Merge with manifests/fedora-coreos.yaml once Fedora 39 is released
# to all streams
include: bash-color-prompt.yaml

ostree-layers:
- overlay/15fcos
Expand Down

0 comments on commit 36cc439

Please sign in to comment.