Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 56f6df9d authored by Robert Nelson's avatar Robert Nelson
Browse files
parent 71a4cc27
Branches
Tags
No related merge requests found
...@@ -968,6 +968,11 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__ ...@@ -968,6 +968,11 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
if [ -f /lib/systemd/system/dnsmasq.service ] ; then if [ -f /lib/systemd/system/dnsmasq.service ] ; then
systemctl disable dnsmasq.service || true systemctl disable dnsmasq.service || true
fi fi
#Our kernels do not have ubuntu's ureadahead patches...
if [ -f /lib/systemd/system/ureadahead.service ] ; then
systemctl disable ureadahead.service || true
fi
} }
#cat /chroot_script.sh #cat /chroot_script.sh
......
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