File: kernel-image.postinst

package info (click to toggle)
mkvmlinuz 13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 76 kB
  • ctags: 4
  • sloc: sh: 293; makefile: 45
file content (12 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_get mkvmlinuz/bootloaders
bootloader="$RET"

if [ "$bootloader" = mkvmlinuz ]; then
    /usr/sbin/mkvmlinuz $1 $2
fi