This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via a2f63d7e2e9eebcef66dfb92dfff749e4857e445 (commit) via 8f31e52dbcef59c43fdede570aa9bebbe05b21fd (commit) from 0e664ce92f8f183d8b26869cae99a9955ac4db8b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a2f63d7e2e9eebcef66dfb92dfff749e4857e445 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Apr 17 20:50:49 2016 +0200
lcdproc 0.5.7: Fixes for rootfile
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8f31e52dbcef59c43fdede570aa9bebbe05b21fd Author: Eberhard Beilharz eb1@sil.org Date: Sat Apr 16 23:28:11 2016 +0200
Add missing end-quote to xen-image-maker
Signed-off-by: Eberhard Beilharz eb1@sil.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/lcdproc | 1 + config/xen-image/xen-image-maker.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/packages/lcdproc b/config/rootfiles/packages/lcdproc index 8bef5a3..d2a59e0 100644 --- a/config/rootfiles/packages/lcdproc +++ b/config/rootfiles/packages/lcdproc @@ -44,6 +44,7 @@ usr/lib/lcdproc #usr/lib/lcdproc/mtc_s16209x.so #usr/lib/lcdproc/picolcd.so #usr/lib/lcdproc/pyramid.so +#usr/lib/lcdproc/rawserial.so #usr/lib/lcdproc/sdeclcd.so #usr/lib/lcdproc/sed1330.so #usr/lib/lcdproc/sed1520.so diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh index 07414f7..bd29855 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -130,7 +130,7 @@ mkdir $MNThdd/boot/grub echo "timeout 10" > $MNThdd/boot/grub/grub.conf echo "default 0" >> $MNThdd/boot/grub/grub.conf echo "title IPFire ($KERN_TYPE-kernel)" >> $MNThdd/boot/grub/grub.conf -echo " root (hd0) >> $MNThdd/boot/grub/grub.conf +echo " root (hd0)" >> $MNThdd/boot/grub/grub.conf echo " kernel /vmlinuz-$KVER-ipfire-$KERN_TYPE root=/dev/$P3 rootdelay=10 panic=10 console=$CONSOLE" \ >> $MNThdd/boot/grub/grub.conf echo " initrd /initramfs-$KVER-ipfire-$KERN_TYPE.img" >> $MNThdd/boot/grub/grub.conf
hooks/post-receive -- IPFire 2.x development tree