From e07e65c12ac0ca237a852475eb836f0df3bb425b Mon Sep 17 00:00:00 2001 From: Mike Staszel Date: Tue, 3 Aug 2010 18:56:04 -0500 Subject: [PATCH] Fixed kernel26-withlinux install notice --- core/kernel26-withlinux/PKGBUILD | 2 +- core/kernel26-withlinux/kernel26-withlinux.install | 4 ++-- scripts/distro-builder | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/kernel26-withlinux/PKGBUILD b/core/kernel26-withlinux/PKGBUILD index 6435d3b95..0216fce67 100644 --- a/core/kernel26-withlinux/PKGBUILD +++ b/core/kernel26-withlinux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kernel26-withlinux pkgver=2.6.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="The Linux Kernel and modules from WithLinux, natively compiled" arch=('arm') license=('GPL2') diff --git a/core/kernel26-withlinux/kernel26-withlinux.install b/core/kernel26-withlinux/kernel26-withlinux.install index cd3112dc2..d85248faa 100644 --- a/core/kernel26-withlinux/kernel26-withlinux.install +++ b/core/kernel26-withlinux/kernel26-withlinux.install @@ -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-withlinux-native to /boot/uImage." +echo "If you have a SheevaPlug, you will have to copy" +echo "/boot/uImage to the proper location, e.g. mmcblk0p1." echo "" } diff --git a/scripts/distro-builder b/scripts/distro-builder index abeeec21b..c8b275170 100755 --- a/scripts/distro-builder +++ b/scripts/distro-builder @@ -1,7 +1,7 @@ #!/bin/bash # # Plugbox Linux Distribution Image Builder -# Version 0.4.2 +# Version 0.5 # # Licensed under the GPLv2. # @@ -19,8 +19,8 @@ # # ==== Variables to set ==== PLUGSCRIPTDIR=/media/Plugbox/builder/plugapps/scripts/plugscripts -INSTALLEDPKGS="base kernel26-withlinux file openssh openssl heimdal bash tzdata" -RELEASEVER=1.1-rc2 +INSTALLEDPKGS="base kernel26-withlinux file openssh openssl heimdal" +RELEASEVER=1.1 MAKETARGZ=1 MAKEUBIIMG=1 # ==== The Process ====