• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

100_ACRN A D21-Aug-20251.5 KiB5743

50-acrn.netdev A D21-Aug-202538 43

50-acrn.network A D21-Aug-202563 64

50-eth.network A D21-Aug-202548 64

50-tap0.netdev A D21-Aug-202531 43

README.rst A D21-Aug-20251.1 KiB2418

acrn-board-inspector.postinst A D21-Aug-20251.2 KiB4830

acrn-board-inspector.prerm A D21-Aug-2025138 65

acrn-hypervisor.postinst A D21-Aug-20253.7 KiB136105

acrn-kernel.postinst A D21-Aug-2025955 3527

compile_iasl.py A D21-Aug-2025764 2717

deb.json A D21-Aug-20254.1 KiB139138

gen_acrn_deb.py A D21-Aug-202512.3 KiB286236

release.json A D21-Aug-20251.3 KiB6561

README.rst

1.. _debian_packaging:
2
3ACRN Installation via Debian Packages
4#####################################
5
6Debian packages provide a simple way to package ACRN configurations on
7a development computer. You can then copy the packages onto your target system,
8install the packages, and reboot the system with ACRN and an Ubuntu Service VM
9up and running.
10
11ACRN does not distribute pre-built Debian packages for the hypervisor or kernel
12because ACRN and the kernel are configured based on your specific hardware and
13scenario configurations, as described in the :ref:`overview_dev`. Instead after
14configuring ACRN to your needs, Debian packages are created when you build your
15ACRN hypervisor and ACRN kernel via ``Makefile`` commands.
16
17All the configuration files and scripts used by the Makefile to build the Debian
18packages are in the ``misc/packaging`` folder. The ``gen_acrn_deb.py`` script
19does all the work to build the Debian packages so you can copy and install them
20on your target system.
21
22For build and installation steps, see :ref:`gsg_build` in the Getting Started
23Guide.
24