From bb72a243221616c13d1ed3f4c6191041bf9949d5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 5 Feb 2020 17:48:16 +0000 Subject: glibc needs /lib64 or /lib32, adding it to layout --- layout/rootfs/lib32 | 1 + layout/rootfs/lib64 | 1 + 2 files changed, 2 insertions(+) create mode 120000 layout/rootfs/lib32 create mode 120000 layout/rootfs/lib64 diff --git a/layout/rootfs/lib32 b/layout/rootfs/lib32 new file mode 120000 index 0000000..7951405 --- /dev/null +++ b/layout/rootfs/lib32 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/layout/rootfs/lib64 b/layout/rootfs/lib64 new file mode 120000 index 0000000..7951405 --- /dev/null +++ b/layout/rootfs/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file -- cgit v1.2.3