File: linux-image-3.16.0-4-armmp-lpae.templates

package info (click to toggle)
linux 3.16.7-ckt9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 740,624 kB
  • ctags: 2,385,278
  • sloc: ansic: 12,217,941; asm: 277,354; perl: 53,978; xml: 47,771; makefile: 30,485; sh: 8,063; python: 6,597; cpp: 5,127; yacc: 4,254; lex: 2,215; awk: 741; pascal: 231; lisp: 218; sed: 30
file content (53 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# These templates have mostly been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: linux-image-3.16.0-4-armmp-lpae/postinst/depmod-error-initrd-3.16.0-4-armmp-lpae
Type: boolean
Default: false
_Description: Abort installation after depmod error?
 The 'depmod' command exited with the exit code ${exit_value}
 (${SIGNAL}${CORE}).
 .
 Since this image uses initrd, the ${modules_base}/3.16.0-4-armmp-lpae/modules.dep file
 will not be deleted, even though it may be invalid.
 .
 You should abort the installation and fix the
 errors in depmod, or regenerate the initrd image with a known good
 modules.dep file. If you don't abort the installation, there is
 a danger that the system will fail to boot.

Template: linux-image-3.16.0-4-armmp-lpae/prerm/removing-running-kernel-3.16.0-4-armmp-lpae
Type: boolean
Default: true
_Description: Abort kernel removal?
 You are running a kernel (version ${running}) and attempting to remove
 the same version.
 .
 This can make the system unbootable as it will remove
 /boot/vmlinuz-${running} and all modules under the directory
 /lib/modules/${running}. This can only be fixed with a copy of the
 kernel image and the corresponding modules.
 .
 It is highly recommended to abort the kernel removal unless you are
 prepared to fix the system after removal.

Template: linux-image-3.16.0-4-armmp-lpae/postinst/mips-initrd-3.16.0-4-armmp-lpae
Type: note
_Description: Boot loader configuration must be updated to load initramfs
 This kernel package will build an "initramfs" file
 (/boot/initrd.img-3.16.0-4-armmp-lpae) for the system's boot loader
 to use in addition to the kernel itself. This method, formerly
 unsupported on MIPS, enables a more flexible boot process, and future
 kernel versions may require a corresponding initrd.img to boot.
 .
 The currently running kernel was booted without an initramfs. You
 should reconfigure the boot loader to load the initramfs for Linux
 version 3.16.0-4, and for each later version. This is probably
 most easily accomplished by using the initrd.img symbolic link
 maintained by the kernel package.