From 7c8fb7918011bf814335338f6788ad52709adad1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 15 Mar 2011 20:15:47 +0000 Subject: 1.0 --- NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0b08b3e..7b53f6e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +1.0: + +* install +- mount /proc and /sys in post-install (to be friendly for packages installation, like Mythware) +- add trailing / not to copy resolv.conf as /etc if chroot is empty +- rename setarch option as targetarch +- do not try to use setarch on ARM + +* initrd +- boost initrd size for Flash +- force initrd re-creation by unlinking old one +- mount /proc and /sys for both classical and media-specific initrd +- mount /proc and /sys for gfxboot files too +- use busybox.static if present in chroot (else use normal busybox) + +* boot +- copy grub files from arched lib dir (reported by boklm) + +* loopbacks +- no need for squashfs_lzma and squashfs3 now that support has been merged in the kernel +- set block size in call to mksquashfs + This improves compressed image size by about 10% and was dropped when + switching to squashfs4 +- add back squashfs3 support (for older distros) +- use our own progress framework again for squashfs compression + +* master +- add -fatfirst option when hybridifying an image +- fix settling for udev when formatting master +- log writing partition table +- handle writing to mmcblk devices (hackish) + +* vm-image +- do not build vm image by default for masters, do it only if vm_type + settings is set (check qemu-img for valid types, like qcow2, vmdk, ...) + +* record +- delete existing files on media when recording, unless --keep-files option is used +- handle recording CD-Rom images on both CD-Rom and disks, since they are hybrid + +* replicator +- do not include whole boot dir in replicator image, boot/vmlinuz would + be duplicate in replicator, which sometimes confuses genisoimage, only + include boot/syslinux for replicator +- add --record-replicator option +- allow to record USB replicator +- allow to record CD-Rom replicator + +* misc +- add tool to dump and check Mandriva Flash keys +- add --tarball to build chroot tarball + + 0.9: * config -- cgit v1.2.1