Fixed kernel26-withlinux install notice

This commit is contained in:
Mike Staszel 2010-08-03 18:56:04 -05:00
parent 76b99a4bc5
commit e07e65c12a
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
pkgname=kernel26-withlinux pkgname=kernel26-withlinux
pkgver=2.6.34.2 pkgver=2.6.34.2
pkgrel=1 pkgrel=2
pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled" pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled"
arch=('arm') arch=('arm')
license=('GPL2') license=('GPL2')

View file

@ -1,7 +1,7 @@
post_install() { post_install() {
echo -e "\033[1mNotice\033[0m" echo -e "\033[1mNotice\033[0m"
echo "To make things safer, you will manually have to move/copy" echo "If you have a SheevaPlug, you will have to copy"
echo "/boot/uImage-withlinux-native to /boot/uImage." echo "/boot/uImage to the proper location, e.g. mmcblk0p1."
echo "" echo ""
} }

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
# Plugbox Linux Distribution Image Builder # Plugbox Linux Distribution Image Builder
# Version 0.4.2 # Version 0.5
# #
# Licensed under the GPLv2. # Licensed under the GPLv2.
# #
@ -19,8 +19,8 @@
# #
# ==== Variables to set ==== # ==== Variables to set ====
PLUGSCRIPTDIR=/media/Plugbox/builder/plugapps/scripts/plugscripts PLUGSCRIPTDIR=/media/Plugbox/builder/plugapps/scripts/plugscripts
INSTALLEDPKGS="base kernel26-withlinux file openssh openssl heimdal bash tzdata" INSTALLEDPKGS="base kernel26-withlinux file openssh openssl heimdal"
RELEASEVER=1.1-rc2 RELEASEVER=1.1
MAKETARGZ=1 MAKETARGZ=1
MAKEUBIIMG=1 MAKEUBIIMG=1
# ==== The Process ==== # ==== The Process ====