-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-linux-Tails-6.conf
64 lines (50 loc) · 1.76 KB
/
vm-linux-Tails-6.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Tails 5.8+ has trouble with efb (switched to Wayland):
# more info: https://gitlab.tails.boum.org/tails/tails/-/issues/19455
# don't remove this line:
vm_profile="Tails-6"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="Tails: 6.13"
# custom settings:
fetch=1
# Official resources to fetch ISO's
# + mirrors: https://gitlab.tails.boum.org/tails/mirror-pool ( mirrors.json )
# DEV
iso_site="\
https://download.tails.net/tails/stable/tails-amd64-6.13/ \
https://mirrors.edge.kernel.org/tails/stable/tails-amd64-6.13/ \
https://tails.ybti.net/tails/stable/tails-amd64-6.13/ \
https://chuangtzu.ftp.acc.umu.se/tails/stable/tails-amd64-6.13/ \
https://mirrors.wikimedia.org/tails/stable/tails-amd64-6.13/ \
https://tails.osuosl.org/stable/tails-amd64-6.13/ \
https://mirror.jason-m.net/tails/stable/tails-amd64-6.13/ \
https://iso-history.tails.boum.org/tails-amd64-6.13/ \
"
# Official CBSD project mirrors ( info: https://github.com/cbsd/mirrors )
cbsd_iso_mirrors="https://mirror.convectix.com/iso/ https://raw.githubusercontent.com/cbsd/mirrors/refs/heads/main/cbsd-iso.txt"
#DEV
iso_img="tails-amd64-6.13.img"
# copy ISO as hard drive
iso2img="1"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${iso_img}"
default_jailname="tails"
imgsize="11g"
imgsize_min="11g"
#virtio_type="ahci-hd"
virtio_type="virtio-blk"
# VNC
vm_vnc_port="0"
vm_efi="uefi"
# disable profile?
xen_active=1
bhyve_active=1
qemu_active=1
# Available in ClonOS?
clonos_active=0
sha256sum="91e6a25d9e2b010e5e77c65ecb3adf760785b243f4d64b323012f13460db17e9"
iso_img_dist_size="1589641216"
# enable birtio RNG interface?
virtio_rnd="1"
start_post_message="CBSD message for Tails: Please start OS via 'Tails (EXternal Hard Disk)' GRUB menu"