mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
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')
|
||||||
|
|
|
@ -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 ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 ====
|
||||||
|
|
Loading…
Reference in a new issue