diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 53 |
2 files changed, 54 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive -VERSION = 0.9 +VERSION = 1.0 check: perl -cw -I./lib $(NAME) @@ -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 |