79ccf74870
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29231
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
[
|
|
{ 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 18.04 LTS (Bionic Beaver) into /compat/ubuntu, run as root:
|
|
|
|
debootstrap bionic /compat/ubuntu
|
|
EOM
|
|
}
|
|
]
|