Skip to content

feat: Use ACPI shutdown by default#8

Merged
kroese merged 4 commits into
masterfrom
dev
May 30, 2026
Merged

feat: Use ACPI shutdown by default#8
kroese merged 4 commits into
masterfrom
dev

Conversation

@kroese
Copy link
Copy Markdown

@kroese kroese commented May 30, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 30, 2026 22:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes ZimaOS container defaults to rely on the upstream QEMU image behavior for shutdown and healthchecking, while setting ZimaOS-specific defaults in install.sh.

Changes:

  • Enables SHUTDOWN="Y" by default, presumably activating ACPI shutdown handling in the base image.
  • Adds a CHECK_PORT="80" default intended for the healthcheck.
  • Removes the project-specific /run/check.sh override so the base image healthcheck is used.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/install.sh Adds default values for shutdown behavior and healthcheck port.
src/check.sh Removes the custom ZimaOS healthcheck implementation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/install.sh

[ -z "${SHUTDOWN:-}" ] && SHUTDOWN="Y"
[ -z "${DISK_FMT:-}" ] && DISK_FMT="qcow2"
[ -z "${CHECK_PORT:-}" ] && CHECK_PORT="80"
@kroese kroese merged commit 4f545c1 into master May 30, 2026
2 checks passed
@kroese kroese deleted the dev branch May 30, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants