Add the info about the linux-image-extra packages

This commit is contained in:
Misty Stanley-Jones 2017-01-09 12:57:14 -08:00 committed by GitHub
parent 3129d0737a
commit a49449e1cf
1 changed files with 12 additions and 2 deletions

View File

@ -109,8 +109,18 @@ nodev aufs
```
This output indicates the system supports AUFS. If you get no output, your system does
not support AUFS. You can address this by upgrading your host system's kernel to 3.13
or higher. It is recommended to intall the kernel headers when you upgrade.
not support AUFS. To address this:
- Upgrade your host system's kernel to 3.13 or higher. It is recommended to intall the
kernel headers when you upgrade.
- **Ubuntu or Debian**: In addition to updating the kernel if necessary, install the
`linux-image-extra-*` packages:
```bash
$ sudo apt-get install linux-image-extra-$(uname -r) \
linux-image-extra-virtual
```
### Configuration