Skip to content

Commit

Permalink
fix: update secureboot password (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 28, 2024
1 parent 0e94384 commit bd55cb7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
version: ${{ steps.labels.outputs.fedora_version }}
image_tag: ${{ steps.generate-tag.outputs.tag }}
secure_boot_key_url: "https://github.com/ublue-os/akmods/raw/main/certs/public_key.der"
enrollment_password: "ublue-os"
enrollment_password: "universalblue"
iso_name: ${{ env.IMAGE_NAME }}-${{ steps.generate-tag.outputs.tag }}.iso
enable_cache_dnf: "false"
enable_cache_skopeo: "false"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Both Aurora and Bluefin strive to offer a curated out of the box experience for
## Documentation

1. [Discussions and Announcements](https://universal-blue.discourse.group/c/bluefin/6) - strongly recommended!
2. [Administrator's Guide](https://universal-blue.discourse.group/t/bluefin-administrators-guide/40)
2. [Documentation](https://docs.projectbluefin.io/)

### Secure Boot

Secure Boot is supported by default on our systems, providing an additional layer of security. After the first installation, you will be prompted to enroll the secure boot key in the BIOS.

Enter the password `ublue-os`
Enter the password `universalblue`
when prompted to enroll our key.

If this step is not completed during the initial setup, you can manually enroll the key by running the following command in the terminal:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-iso-ghcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${container_mgr} run --rm --privileged \
ENABLE_CACHE_DNF="false" \
ENABLE_CACHE_SKOPEO="false" \
ENABLE_FLATPAK_DEPENDENCIES="false" \
ENROLLMENT_PASSWORD="ublue-os" \
ENROLLMENT_PASSWORD="universalblue" \
FLATPAK_REMOTE_REFS_DIR="${flatpak_dir_shortname}" \
IMAGE_NAME="${ghcr_tag}" \
IMAGE_REPO="ghcr.io/ublue-os" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-iso-installer-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ${container_mgr} run --rm --privileged \
ENABLE_CACHE_DNF="false" \
ENABLE_CACHE_SKOPEO="false" \
ENABLE_FLATPAK_DEPENDENCIES="false" \
ENROLLMENT_PASSWORD="ublue-os" \
ENROLLMENT_PASSWORD="universalblue" \
FLATPAK_REMOTE_REFS_DIR="${flatpak_dir_shortname}" \
IMAGE_NAME="${tag}" \
IMAGE_REPO="localhost" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ${container_mgr} run --rm --privileged \
ENABLE_CACHE_DNF="false" \
ENABLE_CACHE_SKOPEO="false" \
ENABLE_FLATPAK_DEPENDENCIES="false" \
ENROLLMENT_PASSWORD="ublue-os" \
ENROLLMENT_PASSWORD="universalblue" \
FLATPAK_REMOTE_REFS_DIR="${flatpak_dir_shortname}" \
IMAGE_NAME="${tag}" \
IMAGE_REPO="localhost" \
Expand Down

0 comments on commit bd55cb7

Please sign in to comment.