diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:03:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:03:02 +0000 |
commit | 6584112d593ed9fe0bcb2680d82a8849e708dccc (patch) | |
tree | b2c3860f98b73c1cc5857b4c4a8df54e4c35e761 /tests/missing-dev-sys-proc-inside-the-chroot | |
parent | Releasing progress-linux version 1.5.1-4~progress7.99u1. (diff) | |
download | mmdebstrap-6584112d593ed9fe0bcb2680d82a8849e708dccc.tar.xz mmdebstrap-6584112d593ed9fe0bcb2680d82a8849e708dccc.zip |
Merging upstream version 1.5.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/missing-dev-sys-proc-inside-the-chroot')
-rw-r--r-- | tests/missing-dev-sys-proc-inside-the-chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/missing-dev-sys-proc-inside-the-chroot b/tests/missing-dev-sys-proc-inside-the-chroot index 9c9b1c0..935ff31 100644 --- a/tests/missing-dev-sys-proc-inside-the-chroot +++ b/tests/missing-dev-sys-proc-inside-the-chroot @@ -17,8 +17,8 @@ if [ "$(id -u)" -eq 0 ] && [ "{{ MODE }}" != "root" ] && [ "{{ MODE }}" != "auto prefix="runuser -u ${SUDO_USER:-user} --" fi -# creating /sbin manually because of #1071078 +# do not install base-files, so that /proc, /sys and /dev are missing $prefix {{ CMD }} --mode={{ MODE }} --variant={{ VARIANT }} \ - --setup-hook='mkdir "$1/sbin"' \ + --setup-hook='for dir in bin lib lib32 lib64 libo32 libx32 sbin; do ln -s "usr/$dir" "$1/$dir"; done' \ --include=dpkg,dash,diffutils,coreutils,libc-bin,sed \ {{ DIST }} /dev/null {{ MIRROR }} |