kernel26-dockstar now just replaces the regular one automatically

This commit is contained in:
Mike Staszel 2010-10-15 07:21:05 -05:00
parent 0c3cda95be
commit e0f962e17e
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
pkgname=kernel26-dockstar
pkgver=2.6.35.7
pkgrel=1
pkgrel=2
pkgdesc="The Linux Kernel and modules with DockStar LEDs"
arch=('arm')
license=('GPL2')
@ -46,7 +46,7 @@ build() {
# Pack up the created uImage
mkdir -p $pkgdir/boot
cp $srcdir/linux-$pkgver/arch/arm/boot/uImage $pkgdir/boot/uImage-dockstar
cp $srcdir/linux-$pkgver/arch/arm/boot/uImage $pkgdir/boot/
# Make and package kernel modules
mkdir -p $pkgdir/{lib/modules,boot}

View file

@ -1,7 +1,7 @@
post_install() {
echo -e "\033[1mNotice\033[0m"
echo "To make things safer, you will manually have to move/copy"
echo "/boot/uImage-dockstar to /boot/uImage."
echo "You no longer have to move any files - the kernel is installed"
echo "and ready to go - just reboot."
echo ""
}