diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,9 @@ libblkid -------- + - remove strerrr() from debug messages (use %m) to make BLKID_DEBUG= output + thread-safe + - add -<BE|LE> suffix to test images for native-endian filesystems (e.g. swap) and add support for such functionality to tests/ts/blkid/low-probe @@ -56,6 +59,10 @@ fdisk(s) misc ---- + * switch_root: + - move all mountpoints to the newroot (there are hardcoded /proc /sys and /dev paths now) + - add --dont-move[=<list of dirs>] options + * partx: add to it an option to make it usable in shell scripts without having to parse its output with sed @@ -160,9 +167,6 @@ misc (though I am not really sure how much people us minix fs ;-) This might require some major code cleanup in mkfs.minix. - * rtcwake does not support wake from S5/off - http://bugzilla.redhat.com/show_bug.cgi?id=449115 - * add SELinux security contexts support to the 'ipcs' utility http://bugzilla.redhat.com/show_bug.cgi?id=225342 |