Fix: Added the sgx group command for devuan to the hooks normal
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ec0a860948
commit
e03e64a227
|
@ -35,6 +35,15 @@ rm -f /etc/alternatives/desktop-grub
|
|||
# Then recreate it with the Pep Background
|
||||
ln -s /usr/share/desktop-base/active-theme/grub/pep-grub-16x9.png /etc/alternatives/desktop-grub
|
||||
|
||||
# for devuan the sgx group is not added... this will add it.
|
||||
# when this runs for debian nothing will happen since the group is
|
||||
# there already the script will just return group already exists.
|
||||
# this group is related to a Kernel feature for the intel sgx
|
||||
# https://gramine.readthedocs.io/en/latest/sgx-intro.html
|
||||
# we are not adding any permissions or members just the group
|
||||
# the corrects the boot up error.
|
||||
groupadd sgx
|
||||
|
||||
|
||||
# This will install hblock - a local ad-blocker utility
|
||||
# https://github.com/hectorm/hblock
|
||||
|
|
|
@ -332,7 +332,6 @@ class BuildXfce:
|
|||
finish_cleanup.make_check_sum()
|
||||
finish_cleanup.copy_devuan_xfce_based()
|
||||
finish_cleanup.kill_old_iso()
|
||||
#'finish_cleanup.copy_iso_file_prod_DEBARM',
|
||||
logger.info(BUILD_COMPLETED)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue