mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Base the VM image off Alpine 3.14.1, update the alpine profile to be based off virt instead of standard
This commit is contained in:
parent
db674a184e
commit
1432ca75fc
3 changed files with 4 additions and 9 deletions
|
@ -32,7 +32,7 @@ chmod 777 /vagrant/vm
|
||||||
|
|
||||||
# Make the iso
|
# Make the iso
|
||||||
cd ~/aports/scripts
|
cd ~/aports/scripts
|
||||||
sudo -u user sh mkimage.sh --tag v3.14 \
|
sudo -u user sh mkimage.sh --tag v3.14.1 \
|
||||||
--outdir /vagrant/vm \
|
--outdir /vagrant/vm \
|
||||||
--arch x86_64 \
|
--arch x86_64 \
|
||||||
--repository http://dl-cdn.alpinelinux.org/alpine/v3.14/main \
|
--repository http://dl-cdn.alpinelinux.org/alpine/v3.14/main \
|
||||||
|
|
|
@ -34,7 +34,7 @@ rc_add cgroups boot
|
||||||
# Start dropbear (ssh server)
|
# Start dropbear (ssh server)
|
||||||
rc_add dropbear boot
|
rc_add dropbear boot
|
||||||
|
|
||||||
# Run setup-alpine
|
# Initialize the dangerzone VM
|
||||||
rc_add dangerzone boot
|
rc_add dangerzone boot
|
||||||
|
|
||||||
# Other init scripts
|
# Other init scripts
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
profile_dangerzone() {
|
profile_dangerzone() {
|
||||||
profile_standard
|
profile_virt
|
||||||
profile_abbrev="dangerzone"
|
profile_abbrev="dangerzone"
|
||||||
title="Dangerzone"
|
title="Dangerzone"
|
||||||
desc="Copied from virt but with extra apks and an apkovl"
|
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"
|
apkovl="genapkovl-dangerzone.sh"
|
||||||
apks="$apks podman dropbear autossh python3 sudo"
|
apks="$apks podman dropbear autossh python3 sudo"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue