mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29231
14 lines
322 B
Text
14 lines
322 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 18.04 LTS (Bionic Beaver) into /compat/ubuntu, run as root:
|
|
|
|
debootstrap bionic /compat/ubuntu
|
|
EOM
|
|
}
|
|
]
|