Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
kiwi
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
kiwi.changes
@@ -0,0 +1,4405 @@ +------------------------------------------------------------------- +Thu Oct 22 14:04:25 CEST 2009 - ms@suse.de + +- prevent OEMRepart to set active flag on more than + one partition (bnc #549044) + +------------------------------------------------------------------- +Thu Oct 22 13:22:17 CEST 2009 - ms@suse.de + +- changed Restore menu item to Install/Restore (bnc #549101) + +------------------------------------------------------------------- +Thu Aug 13 11:28:23 CEST 2009 - ms@suse.de + +- removed pigz from kiwi-tools package. pigz is now an + own package maintained by Alexander Graf <agraf@suse.de> + +------------------------------------------------------------------- +Fri Aug 7 12:36:22 CEST 2009 - ms@suse.de + +- added dialog based progress information when restoring + the recovery archive files (bnc #510041) + +------------------------------------------------------------------- +Thu Aug 6 16:10:56 CEST 2009 - ms@suse.de + +- clear screen after dialog window disappears (bnc #510041) +- wait for process to finish when sending int signal (bnc #525986) + +------------------------------------------------------------------- +Fri Jul 31 13:24:20 CEST 2009 - ms@suse.de + +- use blockdev to check partition and disk size (bnc #527016) + +------------------------------------------------------------------- +Thu Jul 30 12:50:46 CEST 2009 - ms@suse.de + +- fixed CD install image MBR ID check + +------------------------------------------------------------------- +Wed Jul 29 15:15:50 CEST 2009 - ms@suse.de + +- deactivate mbr id check on oem install (bnc #525682) + +------------------------------------------------------------------- +Mon Jul 27 11:15:26 CEST 2009 - ms@suse.de + +- added cciss Smart Array for oem initrd (bnc #525176) +- leave libncursesw inside the initrd for dialog use + +------------------------------------------------------------------- +Thu Jul 16 12:52:46 CEST 2009 - ms@suse.de + +- fixed xenbridge network setup if bridge name is set to + an empty string (bnc #515404) + +------------------------------------------------------------------- +Wed Jul 15 11:22:55 CEST 2009 - ms@suse.de + +- openssl-certs does not exist on SLE10, changed to openssl + for SLE10 boot images, related to (bnc #491475) + +------------------------------------------------------------------- +Tue Jul 14 19:52:16 CEST 2009 - ms@suse.de + +- added openssl-certs to bootstrap section of SLE boot + image templates to allow use of SLE update repositories (bnc #491475) + +------------------------------------------------------------------- +Tue Jul 14 09:04:27 CEST 2009 - ms@suse.de + +- added suseSetupProduct function (bnc #520268) + +------------------------------------------------------------------- +Mon Jul 13 10:14:04 CEST 2009 - ms@suse.de + +- fixed ram only netboot image download (bnc #519055) + +------------------------------------------------------------------- +Thu Jul 2 09:53:51 CEST 2009 - ms@suse.de + +- Studio containment workaround. We need to sync manually + before umounting + +------------------------------------------------------------------- +Wed Jun 24 09:55:40 CEST 2009 - ms@suse.de + +- added support for flags="clic" in type iso (SLE11 only) +- the inode issue comes back to haunt us yet again. The last go + around actually made things *worse* for things like vmdk that + allocate large disks, since 2x the number of files is probably + much smaller than the 'automatic' calculation used for a disk of + that size. The attached patch fixes this by removing the + --fs-numinodes option (which is useless, IMHO) and replaces it + with --fs-inoderatio. Kiwi will assume 16k for inode ratio if + not otherwise specified. We use the ratio to determine the number + of inodes, unless it is a smaller value than num_files*2. + +------------------------------------------------------------------- +Tue Jun 23 14:04:56 CEST 2009 - ms@suse.de + +- added virtio kernel modules to boot images (bnc #515543) + +------------------------------------------------------------------- +Fri Jun 19 15:10:20 CEST 2009 - ms@suse.de + +- fixed checkType function if flags and filesystem attributes + are used together. Using these attributes together in one + type is redundant and therefore not correct but it should + not lead to an error (bnc #514412) + +------------------------------------------------------------------- +Wed Jun 10 13:56:10 CEST 2009 - ms@suse.de + +- fixed kernel/initrd links in setupSUSEInitrd (bnc #507261) + +------------------------------------------------------------------- +Wed Jun 10 09:23:40 CEST 2009 - ms@suse.de + +- vmxboot: call searchBIOSBootDevice only on initial deployment + if the kiwi initrd is still in place for a subsequent boot + use the root variable from the kernel commandline to find + the boot disk, related to (bnc #507261) + +------------------------------------------------------------------- +Thu Jun 4 09:43:43 CEST 2009 - ms@suse.de + +- default to "no" when the recovery dialog is displayed + +------------------------------------------------------------------- +Tue Jun 2 09:56:00 CEST 2009 - ms@suse.de + +- allow use of zypper iso:// URL type in kiwi (bnc #498437) + +------------------------------------------------------------------- +Wed May 27 15:54:06 CEST 2009 - ms@suse.de + +- fixed OEM recovery, don't check mbr id (bnc #503653) +- set inode count for system partition only (bnc #495135) +- don't run path generation for iso:// and file:// paths + if zypper is used (bnc #498437) + +------------------------------------------------------------------- +Tue May 26 17:24:21 CEST 2009 - ms@suse.de + +- fixed oem format="iso" install mode (bnc #506983) +- use dialog for asking questions (bnc #503653) + +------------------------------------------------------------------- +Mon May 25 16:10:39 CEST 2009 - ms@suse.de + +- added resize_inode feature to filesystem before resizing. + This will reserve space so the block group descriptor + table may grow in the future (bnc #498683) + +------------------------------------------------------------------- +Tue May 19 12:16:03 CEST 2009 - ms@suse.de + +- fixed volid setup in case of spaces (bnc #500501) + +------------------------------------------------------------------- +Sun May 17 09:47:19 CEST 2009 - ms@suse.de + +- fixed group setup with correct group id (bnc #503117) +- added optional volid setup for iso's (bnc #500501) + +------------------------------------------------------------------- +Thu May 7 09:33:48 CEST 2009 - ms@suse.de + +- fixed quotation of realname for user setup (bnc #500537) +- added bash quotation function (bnc #500537) + +------------------------------------------------------------------- +Tue May 5 12:50:29 CEST 2009 - ms@suse.de + +- fixed activateBootPartition code (bnc #500454) + +------------------------------------------------------------------- +Mon May 4 10:17:53 CEST 2009 - ms@suse.de + +- fixed permissions on recovery (bnc #489909) + +------------------------------------------------------------------- +Wed Apr 29 13:37:11 CEST 2009 - ms@suse.de + +- fixed initrd cpio if xen type is requested (bnc #399230) + +------------------------------------------------------------------- +Mon Apr 27 17:31:33 CEST 2009 - ms@suse.de + +- added kernel parameter nombridcheck (bnc #498371) +- remove boot/grub/mbrid file from installed system + at first deployment to avoid conflicts on reboot +- set boot flag after repartitioning the device + +------------------------------------------------------------------- +Fri Apr 24 16:01:37 CEST 2009 - ms@suse.de + +- fixed format image creation for split type (bnc #497882)