second
This commit is contained in:
parent
19597c9297
commit
d29b1e4542
128 changed files with 15399 additions and 61 deletions
33
overlay/Linux/usr/local/lib/whonix-libvirt/host-boot-popup
Executable file
33
overlay/Linux/usr/local/lib/whonix-libvirt/host-boot-popup
Executable file
|
@ -0,0 +1,33 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Copyright (C) 2020 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## https://forums.whonix.org/t/whonix-host-operating-system/3931/236
|
||||
|
||||
title="WARNING - Whonix-Host DEVELOPERS-ONLY Preview Version"
|
||||
|
||||
text="\
|
||||
<p>
|
||||
DO NOT USE THIS YET AS A USER!
|
||||
<br />
|
||||
Whonix-Host is unreleased. Not even available for testers. This version is a preview for developers only.<br />
|
||||
<br />
|
||||
Missing features the the initial release include
|
||||
|
||||
<ul>
|
||||
<li><a href=https://phabricator.whonix.org/T978>Whonix-Host EFI booting support</a></li>
|
||||
<li><a href=https://phabricator.whonix.org/T942>Whonix Host Firewall for Whonix Host</a></li>
|
||||
<li><a href=https://phabricator.whonix.org/T981>Whonix-Host Tor configuration and anon-connection-wizard (ACW)</a></p></li>
|
||||
</ul>
|
||||
|
||||
See <a href=https://phabricator.whonix.org/maniphest/query/_Obk7yld9FTN/#R>full task list for first release of Whonix-Host</a>.<br />
|
||||
<br />
|
||||
Help welcome!
|
||||
</p>
|
||||
"
|
||||
|
||||
[ -d ~/.config/whonix/host-boot-popup ] || mkdir -p ~/.config/whonix/host-boot-popup
|
||||
[ -z "$DISPLAY" ] || \
|
||||
[ -f /usr/lib/msgcollector/one-time-popup ] || \
|
||||
/usr/lib/msgcollector/one-time-popup ~/.config/whonix/host-boot-popup/dismissed_version_1 "$title" "$text"
|
Loading…
Add table
Add a link
Reference in a new issue