- read cpuid and uname information from file if --sysroot is specified, then
we can prepare regression tests completely independent on hw and architecture.
-lsblk
------
- - currently it does not show mountpoint for all devices in btrfs RAID. It's because
- /proc/#/mountinfo contains reference to the one device only. Maybe we can add some
- btrfs specific code to provide a better output for FS based stacks. Not sure.
- https://bugzilla.redhat.com/show_bug.cgi?id=1084453
-
nsenter(1)
----------
- read the default UID and GID from the target process.
- use /etc/adjtime as read-only for UTC/LOCAL information only
- the /var/lib/hwclock/drift should be implemented backwardly compatible,
it means use the file only if exists, otherwise follow /etc/adjtime
+ - see topic/hwclock-drift-file branch
bash completion
---------------
- (!) rewrite man pages to AsciiDoc and generate final man pages by Asciidoctor & Docbook
+
login-utils:
-----------