File: flash-kernel

package info (click to toggle)
flash-kernel 3.25~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 588 kB
  • sloc: sh: 297; makefile: 23
file content (15 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

# conffile still present, but flash-kernel removed
if ! which flash-kernel >/dev/null 2>&1; then
    exit 0
fi

abi="$1"
# ignored
_initrd="$2"

exec flash-kernel "$abi"