blob: 451331f7d2fe25fb63cf1586945e9b24dcd2d68e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ 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
}
]
|