opnsense-ports/sysutils/debootstrap/pkg-message
Franco Fichtner 83124d6a66 */*: sync with upstream
Taken from: HardenedBSD
2021-01-14 11:13:50 +01:00

14 lines
310 B
Text

[
{ type: install
message: <<EOM
To successfully create an installation of Debian or Ubuntu
debootstrap requires the following kernel modules to be loaded:
linux64 fdescfs linprocfs linsysfs tmpfs
To install Ubuntu Bionic into /compat/ubuntu, use:
debootstrap --no-check-gpg bionic /compat/ubuntu
EOM
}
]