File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ $DNF_BIN "${DNF_SETOPT[@]}" upgrade -y --allowerasing --best \
8080echo " [01-repos] Phase 2: Distro-upgrade and userspace alignment..."
8181# We use 'upgrade --refresh' to ensure we have fresh metadata and catch latest
8282# userspace patches, followed by 'distro-sync' to align the remainder with F44.
83- $DNF_BIN " ${DNF_SETOPT[@]} " --setopt=excludepkgs=" shim-*,kernel*" upgrade --refresh -y
83+ $DNF_BIN " ${DNF_SETOPT[@]} " --setopt=excludepkgs=" shim-*,kernel*" upgrade --refresh -y || true
8484$DNF_BIN " ${DNF_SETOPT[@]} " --setopt=excludepkgs=" shim-*,kernel*" distro-sync -y --best --allowerasing || {
8585 echo " [01-repos] WARNING: Distro-sync to Fedora 44 failed. Repository might be unreachable."
8686 echo " [01-repos] Continuing with base image packages..."
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ log_ts() {
3030VERSION_STR=" $( cat " ${SCRIPT_DIR} /../VERSION" 2> /dev/null || cat /ctx/VERSION 2> /dev/null || echo ' v0.1.4' ) "
3131
3232echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
33- echo " MiOS v ${VERSION_STR} — Building OS Image"
33+ echo " MiOS ${VERSION_STR} — Building OS Image"
3434echo " Base: ucore-hci:stable-nvidia + F44 + Rawhide kernel"
3535echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
3636echo " "
@@ -224,7 +224,7 @@ if [[ $SCRIPT_FAIL -gt 0 ]]; then
224224fi
225225echo " Packages: $VALIDATION_FAIL critical missing"
226226echo " Duration: ${TOTAL_ELAPSED} s ($(( TOTAL_ELAPSED / 60 )) m $(( TOTAL_ELAPSED % 60 )) s)"
227- echo " Version: v $VERSION_STR "
227+ echo " Version: $VERSION_STR "
228228echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
229229echo " "
230230
You can’t perform that action at this time.
0 commit comments