[klibc] [PATCH klibc 0/3] Changes to support initramfs-tools 0.117

Ben Hutchings ben at decadent.org.uk
Tue Jan 5 17:08:15 PST 2016


initramfs-tools version 0.117 requires 'readlink -f' and
'mount -o defaults' to work.

The first two patches were previously submitted but not applied.

Ben.

Ben Hutchings (3):
  Implement realpath()
  readlink: Add -f option
  mount: Implement -o defaults

 usr/include/stdlib.h   |  2 ++
 usr/klibc/Kbuild       |  2 +-
 usr/klibc/realpath.c   | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 usr/utils/mount_opts.c |  9 +++++++--
 usr/utils/readlink.c   | 29 +++++++++++++++++++++++++----
 5 files changed, 84 insertions(+), 7 deletions(-)
 create mode 100644 usr/klibc/realpath.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://www.zytor.com/pipermail/klibc/attachments/20160106/8fe3dded/attachment.sig>


More information about the klibc mailing list