mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
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
|
|
}
|
|
]
|