mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
kernel26-dockstar now just replaces the regular one automatically
This commit is contained in:
parent
0c3cda95be
commit
e0f962e17e
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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 ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue