Skip to content

Update README #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Currently supported architectures are:
Execute the ./build.sh script within a linux machine. The user running the script must be into a sudoer group as the script is extensively using file system creations tools and must have access to the mount command. Loop devices must be supported on the build machine. It is recommended to use an ephemeral build environment on a sandbox build system as this script is running command which could potentially hurt your machine if something wrong happens.
deboostrap is used as to create an initial rootfs from an ubuntu jammy distribution.

# Current known limitations
# Usage and Current known limitations

Actually only AMD64 support is enabled
./build.sh -a x86_64 will generate a bootable USB image for x86 64 bits architecture
./build.sh -a aarch64 -q will generate a bootable USB image for ARM 64 bits architecture. The -q switch enforce the build of qemu 5.0.0 used within the image to cross compile. AARCH64 build has been tested in cross compilation mode only from an x86 64 bits host.

# TODO

Expand Down
Loading