diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 39 |
2 files changed, 40 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive -VERSION = 0.6 +VERSION = 0.7 check: perl -cw $(NAME) @@ -1,3 +1,42 @@ +0.7: + +* initrd +- do not copy and load twice additional modules if they were listed in + extra modules +- use nash-mount instead of mount +- create /etc/blkid and use "showlabels --removable" to get CD-Rom + labels in blkid cache +- adapt to new probe-modules syntax for storage bus +- use stage1's probe-modules instead of dropped nash's insmod +- move initrd modules in /lib/modules/`uname -r` +- gzip initrd modules +- use depmod to generate modules.dep +- do not print excluding modules warning if not needed +- check that there is enough space left in initrd +- umount /proc/bus/usb before pivot_root in initrd +- add firewire controllers (bus and disk) in CDROM live (#31356) +- use libraries from /lib instead of /lib/i686 (#38649) and /lib/tls + (#21683) to be able to boot on processors without cmov + +* bootloader +- remove hardcoded fastboot option (new initscripts do not fsck rw /) + +* master +- handle genisoimage progress more nicely +- insert mkcd checksum before computing md5/sha1 checksums +- hide mkcd output + +* dist +- rename "images" directory as "dist" +- create packages lst in dist +- write a .langs file with human-readable langs list +- write full list of rpm packages and list of rpm leaves, sorted by package size + +* misc +- do not try to use consolehelper to display "must be root" message, + it's broken outside of X + + 0.6: * config |