Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 023f0d8b authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: stretch: lxqt: kill xscreensaver, one of the triggers off...

bb.org: stretch: lxqt: kill xscreensaver, one of the triggers off [alloc_contig_range: [fcd78, fcd80) PFNs busy]

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent abda362d
Branches
Tags
No related merge requests found
......@@ -174,6 +174,9 @@ repo_rcnee_pkg_list=" \
xserver-xorg-video-armada-etnaviv \
"
##
chroot_manual_deborphan_list="xscreensaver"
##
##nodejs: https://github.com/nodesource/distributions
#repo_nodesource="node_0.12"
......
......@@ -175,6 +175,9 @@ repo_rcnee_pkg_list=" \
xserver-xorg-video-armada-etnaviv \
"
##
chroot_manual_deborphan_list="xscreensaver"
##
##nodejs: https://github.com/nodesource/distributions
#repo_nodesource="node_0.12"
......
......@@ -162,6 +162,9 @@ repo_rcnee_pkg_list=" \
roboticscape \
"
##
chroot_manual_deborphan_list="xscreensaver"
##
##nodejs: https://github.com/nodesource/distributions
#repo_nodesource="node_0.12"
......
......@@ -715,6 +715,7 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
if [ ! "x${chroot_manual_deborphan_list}" = "x" ] ; then
echo "Log: (chroot): cleanup: [${chroot_manual_deborphan_list}]"
apt-get -y remove ${chroot_manual_deborphan_list} --purge
apt-get autoremove --purge
apt-get clean
fi
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment