Skip to content

Conversation

Copy link

Copilot AI commented Jan 8, 2026

Adds automated tooling to build a Linux kernel with KVM support and automatically start the KVM Enterprise Platform on boot.

New Files

  • scripts/build-kvm-enterprise.sh - Automated build script

    • Configures kernel with KVM, virtio, vfio, bridge networking modules
    • Detects Intel VT-x / AMD-V and enables appropriate modules
    • Starts platform via docker-compose after kernel install
  • scripts/install-kvm-enterprise-service.sh - Systemd service installer for auto-start on boot

  • Documentation/admin-guide/kvm-enterprise-build.rst - Complete build guide with prerequisites, troubleshooting

  • kvm-enterprise-platform/BUILD_KERNEL_DE.md - German quick-start guide

Usage

# Full automated build + install + platform start
./scripts/build-kvm-enterprise.sh --all

# Or step-by-step
./scripts/build-kvm-enterprise.sh --configure --build
sudo ./scripts/build-kvm-enterprise.sh --install
# reboot
./scripts/build-kvm-enterprise.sh --platform

# Enable auto-start on boot
sudo ./scripts/install-kvm-enterprise-service.sh

Changes to Existing Files

  • README - Added KVM Enterprise Platform section with quick-start commands
  • Documentation/admin-guide/index.rst - Added new doc to toctree
Original prompt

sorge noch dafür das wenn ich das linux image baue ( bitte füge eine anleitung hinzu wie ich das mache ) das automatisch mein kvm-enterprise system mit eingebaut und gestartet wird usw


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 8, 2026 20:07
…ntegration

Co-authored-by: FundyJo <76965020+FundyJo@users.noreply.github.com>
Co-authored-by: FundyJo <76965020+FundyJo@users.noreply.github.com>
Copilot AI changed the title [WIP] Add KVM enterprise system to Linux image build Add Linux kernel build scripts and documentation for KVM-Enterprise integration Jan 8, 2026
Copilot AI requested a review from FundyJo January 8, 2026 20:11
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