changing prempt from 'low-latency desktop' to 'server'

This commit is contained in:
xenoxaos 2012-09-17 12:06:49 -04:00
parent 9bf8c1b2f5
commit e5b16231a7
3 changed files with 333 additions and 124 deletions

View file

@ -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

View file

@ -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."