Skip to content

Instantly share code, notes, and snippets.

@markpash
Created March 15, 2021 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markpash/5c984aa65a414a87697493d1a6cd9f01 to your computer and use it in GitHub Desktop.
Save markpash/5c984aa65a414a87697493d1a6cd9f01 to your computer and use it in GitHub Desktop.
profile_apu() {
profile_standard
profile_abbrev="apu"
title="APU"
desc="Similar to standard.
Made for PCEngines APU.
Enabled serial console, includes flashrom."
arch="x86_64"
kernel_cmdline="unionfs_size=512M console=tty0 console=ttyS0,115200"
syslinux_serial="0 115200"
apks="$apks flashrom"
}
@markpash
Copy link
Author

./mkimage.sh --profile apu --tag v3.13 --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/main --outdir .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment