mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
13 lines
369 B
Bash
13 lines
369 B
Bash
profile_dangerzone() {
|
|
profile_standard
|
|
profile_abbrev="dangerzone"
|
|
title="Dangerzone"
|
|
desc="Copied from virt but with extra apks and an apkovl"
|
|
arch="aarch64 armv7 x86 x86_64"
|
|
kernel_addons=
|
|
kernel_flavors="virt"
|
|
kernel_cmdline="console=tty0 console=ttyS0,115200"
|
|
syslinux_serial="0 115200"
|
|
apkovl="genapkovl-dangerzone.sh"
|
|
apks="$apks podman openssh"
|
|
}
|