mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Fixed kernel26-withlinux install notice
This commit is contained in:
parent
76b99a4bc5
commit
e07e65c12a
3 changed files with 6 additions and 6 deletions
|
@ -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')
|
||||
|
|
|
@ -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 ""
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ====
|
||||
|
|
Loading…
Reference in a new issue