Skip to content

Create a custom Ubuntu livecd for Microsoft arm-dev-kit

Notifications You must be signed in to change notification settings

Zeik0s/arm-dev-kit-iso-build

 
 

Repository files navigation

Create a custom Ubuntu livecd for arm64

WORK IN PROGRESS

Scripts to create a custom Ubuntu livecd iso image for use in testing experimental kernels with arm64 devices.

Before running this you need a compatible kernel and device tree.

Example usage

./custom.sh /path/to/custom/linux-image.deb

or

./custom.sh /path/to/custom/linux-image.deb jammy

The custom.sh script will automatically create an arm64 livecd image for the release specified (or kinetic if not). The output is at ~/kinetic-custom/ubuntu-kinetic-arm64-custom.iso or the same location matching the specified release.

About

Create a custom Ubuntu livecd for Microsoft arm-dev-kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.2%
  • C 13.8%