~elementary-os/ubuntu-package-imports/ubiquity-trusty

« back to all changes in this revision

Viewing changes to d-i/source/base-installer/kernel/alpha.sh

  • Committer: RabbitBot
  • Date: 2014-03-11 17:51:53 UTC
  • Revision ID: rabbitbot@elementaryos.org-20140311175153-bup0uc9mps3h4wpm
updated to version 2.17.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
arch_get_kernel () {
11
11
        imgbase=linux-image
12
 
        version=$KERNEL_MAJOR-alpha
 
12
        version=alpha
13
13
        
14
14
        if [ "$NUMCPUS" ] && [ "$NUMCPUS" -gt 1 ]; then
15
15
                echo "$imgbase-$version-smp"