File: ppc64.sh

package info (click to toggle)
base-installer 1.226
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,288 kB
  • sloc: sh: 1,583; ansic: 704; makefile: 59; perl: 50
file content (12 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
arch_get_kernel_flavour () {
	echo powerpc64
	return 0
}

arch_check_usable_kernel () {
	return 0
}

arch_get_kernel () {
	echo "linux-image-powerpc64"
}