Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit kiwi
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Sep 2007 12:37:31 +0200
- Message-id: <20070910103731.C009167817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kiwi
checked in at Mon Sep 10 12:37:31 CEST 2007.
--------
--- arch/i386/kiwi/kiwi.changes 2007-09-06 15:35:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes 2007-09-07 17:15:53.021092000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 6 16:51:01 CEST 2007 - ms@xxxxxxx
+
+- v1.63
+- added splash support for usbboot boot images
+- added usbboot boot image for SLED10 (#308187)
+- added bootsplash support for netboot (#308233)
+ implement option --setup-grub-splash
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.v25811/_old 2007-09-10 12:36:20.000000000 +0200
+++ /var/tmp/diff_new_pack.v25811/_new 2007-09-10 12:36:20.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package kiwi (Version 1.62)
+# spec file for package kiwi (Version 1.63)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -15,7 +15,7 @@
BuildRequires: module-init-tools perl perl-XML-LibXML perl-libwww-perl screen smart syslinux
Requires: perl perl-XML-LibXML perl-libwww-perl screen
Summary: OpenSuSE - KIWI Image System
-Version: 1.62
+Version: 1.63
Release: 1
Group: System/Management
License: GPL v2 or later
@@ -208,7 +208,7 @@
echo >> $pxedefault
echo "LABEL $rootName" >> $pxedefault
(
- cd $RPM_BUILD_ROOT/srv/tftpboot/boot
+ pushd $RPM_BUILD_ROOT/srv/tftpboot/boot
xenkernel=""
xenloader=""
initrd=""
@@ -219,15 +219,23 @@
echo $n | grep -q [0-9].gz$ && initrd=$n || true
echo $n | grep -q kernel && kernel=$n || true
done
+ popd
+ ../kiwi.pl --setup-grub-splash \
+ $RPM_BUILD_ROOT/srv/tftpboot/boot/$initrd && \
+ rm -f $RPM_BUILD_ROOT/srv/tftpboot/boot/$initrd && \
+ initrd=`echo $initrd | sed -e "s@.gz@.splash.gz@"`
+ pushd $RPM_BUILD_ROOT/srv/tftpboot/boot
+ cd $RPM_BUILD_ROOT/srv/tftpboot/boot
if [ -n "$xenkernel" ];then
echo " kernel mboot.c32" >> $pxedefault
- echo " append boot/$xenloader --- boot/$xenkernel vga=0x318 --- boot/$initrd" >> $pxedefault
+ echo " append boot/$xenloader --- boot/$xenkernel vga=0x314 splash=silent showopts --- boot/$initrd" >> $pxedefault
echo " IPAPPEND 1" >> $pxedefault
else
echo " kernel boot/$kernel" >> $pxedefault
- echo " append initrd=boot/$initrd vga=0x318" >> $pxedefault
+ echo " append initrd=boot/$initrd vga=0x314 splash=silent showopts" >> $pxedefault
echo " IPAPPEND 1" >> $pxedefault
fi
+ popd
)
done
rm -f $RPM_BUILD_ROOT/srv/tftpboot/boot/*.md5
@@ -340,6 +348,12 @@
%changelog
* Thu Sep 06 2007 - ms@xxxxxxx
+- v1.63
+- added splash support for usbboot boot images
+- added usbboot boot image for SLED10 (#308187)
+- added bootsplash support for netboot (#308233)
+ implement option --setup-grub-splash
+* Thu Sep 06 2007 - ms@xxxxxxx
- v1.62
- fixed changed location of squashfs module in 10.3 kernel
- added --auto-agree-with-licenses option for zypper
++++++ kiwi.tar.bz2 ++++++
arch/i386/kiwi/kiwi.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |