mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
changing prempt from 'low-latency desktop' to 'server'
This commit is contained in:
parent
9bf8c1b2f5
commit
e5b16231a7
3 changed files with 333 additions and 124 deletions
|
@ -20,7 +20,7 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
|||
options=('!strip')
|
||||
source=('config'
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('570514804e8772e4e55390de84837202'
|
||||
md5sums=('8793c25953c942fa64a9cb6dea4b0acf'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
__gitroot="git://github.com/hardkernel/linux.git"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@ post_install () {
|
|||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
depmod ${KERNEL_VERSION}
|
||||
|
||||
dd iflag=dsync oflag=dsync if= /boot/zImage of=/dev/mmcblk0 seek=1057
|
||||
dd iflag=dsync oflag=dsync if=/boot/zImage of=/dev/mmcblk0 seek=1057
|
||||
# echo "NOTE: You will probably need to copy /boot/uImage to the first partition"
|
||||
# echo " of your SD card."
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ post_upgrade() {
|
|||
# updating module dependencies
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
depmod ${KERNEL_VERSION}
|
||||
dd iflag=dsync oflag=dsync if= /boot/zImage of=/dev/mmcblk0 seek=1057
|
||||
dd iflag=dsync oflag=dsync if=/boot/zImage of=/dev/mmcblk0 seek=1057
|
||||
|
||||
echo "NOTE: You will probably need to copy /boot/uImage to the first partition"
|
||||
echo " of your SD card."
|
||||
|
|
Loading…
Reference in a new issue