0

I am making an initramfs, and I want as few utilities as possible. Specifically, I don't want busybox. Since my root is zfs, I need zfs.mount. However, I also need to mount proc, sysfs, devtmpfs, and devpts for the initramfs, before I switch_root. I don't expect zfs.mount can handle these, so what do I need?

Not me
  • 169
  • 1
  • 12

1 Answers1

1

If you absolutely don’t want Busybox, you’ll need mount (and libmount) from util-linux.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164