Take into account renaming to Tails in some more places.
[tails-test.git] / config / chroot_local-includes / etc / default / kexec
blob02fc4c0f0fe5794e2b9faeb0c5688dc2dfeb8a1f
1 # Defaults for kexec initscript
2 # sourced by /etc/init.d/kexec and /etc/init.d/kexec-load
4 # Load a kexec kernel (true/false)
5 LOAD_KEXEC=true
7 # Kernel and initrd image
8 KERNEL_IMAGE="/vmlinuz"
9 INITRD="/initrd.img"
11 # If empty, use current /proc/cmdline
12 APPEND="quiet"
13 case "$RUNLEVEL" in
14    6)
15       APPEND="${APPEND} sdmem=reboot sdmemopts=vllf"
16       ;;
17    *)
18       APPEND="${APPEND} sdmem=halt sdmemopts=vllf"
19       ;;
20 esac