mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
Say script wont work due to apparmour bug
This commit is contained in:
parent
3ced27ede5
commit
18b9ee5b02
13
deploy.sh
13
deploy.sh
@ -5,6 +5,19 @@
|
||||
# You should have cowsay installed because it's awesome!
|
||||
##########################
|
||||
|
||||
# This will not work currently because of a bug somewhere along apparmour,
|
||||
# lxd, lcx, or systemd. Seems most of the blame is on apparmour who refuse
|
||||
# to do anything about it. Until that is fixed, this script will not work,
|
||||
# so say so instead of realizing the issue, forgetting about it after a few
|
||||
# weeks, then spending another few hours wondering what the hell is going
|
||||
# on, and then finding my original post on launchpad.
|
||||
#
|
||||
# If this is bypassed, you will get a container which when booting will
|
||||
# not have any network interface.
|
||||
echo " !!!!! THIS DOES NOT WORK WITH NEW PROXMOX !!!!!"
|
||||
echo " Check out hak8or post on https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1811248"
|
||||
exit
|
||||
|
||||
# Header for this script
|
||||
TITLE="Deployment_Script"
|
||||
DEPTH=0
|
||||
|
Loading…
Reference in New Issue
Block a user