Go to file
Max Carrara 83c46462ac fix #4477: init: symlink busybox binaries on init
This change makes Busybox symbolically link its inbuilt utils to their
respective locations, allowing them to be invoked through their
absolute path. This means that Busybox inbuilts like e.g. `mount`
and `env` become available at `/bin/mount` and `/usr/bin/env` etc.

In particular, when entering any of the snapshot directories in
`.zfs/snapshot` (e.g. via `cd` or `ls`), ZFS normally mounts the
respective snapshot(s) on demand, using `/usr/bin/env mount [...]`
internally. Before this change, this would fail, rendering ZFS
snapshots unavailable when restoring individual files.

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
2023-05-17 11:32:46 +02:00
debian build: use system toolchain and rust dependencies 2023-01-30 11:13:02 +01:00
src fix #4477: init: symlink busybox binaries on init 2023-05-17 11:32:46 +02:00
.gitignore initial commit 2021-02-17 09:03:52 +01:00
.gitmodules update kernel to Ubuntu Jammy based on 5.15.12 2022-11-08 09:50:54 +01:00
Makefile update kernel to Ubuntu Jammy based on 5.15.12 2022-11-08 09:50:54 +01:00