6 tails-detect-virtualization
8 tails-reconfigure-kexec
9 tails-reconfigure-memlockd
10 tails-sdmem-on-media-removal
11 tails-set-wireless-devices-state
12 tor-controlport-filter
36 # Ensure that we are using dependency based boot
37 if ! dpkg
-s insserv
>/dev
/null
2>&1 ||
[ -f /etc
/init.d
/.legacy-bootordering
]; then
38 echo "Dependency based boot sequencing is not configured. Aborting." >&2
42 echo "Configuring boot sequence"
44 # The patches to adjust the runlevels are applied to the chroot
45 # after the packages have been installed. So we need to remove them first,
46 # to re-install them with our settings.
47 insserv
-r $PATCHED_INITSCRIPTS
49 # Re-install overriden initscripts and install our custom ones.
50 insserv
$PATCHED_INITSCRIPTS $CUSTOM_INITSCRIPTS