forked from Lainports/freebsd-ports
14 lines
310 B
Text
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
|
|
}
|
|
]
|