make nsjsail mode compatible with arm64 by making lib64 non mandatory

This commit is contained in:
Ruben Fiszel
2024-06-28 15:11:41 +02:00
parent b596dcbe66
commit 32eb8424ad
7 changed files with 7 additions and 0 deletions
@@ -37,6 +37,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
mount {
@@ -38,6 +38,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
@@ -39,6 +39,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
@@ -31,6 +31,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
@@ -32,6 +32,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
@@ -38,6 +38,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}
@@ -34,6 +34,7 @@ mount {
src: "/lib64"
dst: "/lib64"
is_bind: true
mandatory: false
}