File: kexec.default

package info (click to toggle)
kexec-tools 20080324-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,060 kB
  • ctags: 4,678
  • sloc: ansic: 17,393; sh: 3,049; asm: 2,125; cpp: 1,743; makefile: 621
file content (12 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Defaults for kexec initscript
# sourced by /etc/init.d/kexec and /etc/init.d/kexec-load

# Load a kexec kernel (true/false)
LOAD_KEXEC=true

# Kernel and initrd image
KERNEL_IMAGE="/vmlinuz"
INITRD="/initrd.img"

# If empty, use current /proc/cmdline
APPEND=""