Merge "Do not install linux-image-extra by default"
This commit is contained in:
commit
bedda1c344
@ -56,6 +56,12 @@ Configure Ubuntu
|
|||||||
# apt-get install bridge-utils debootstrap ifenslave ifenslave-2.6 \
|
# apt-get install bridge-utils debootstrap ifenslave ifenslave-2.6 \
|
||||||
lsof lvm2 ntp ntpdate openssh-server sudo tcpdump vlan python
|
lsof lvm2 ntp ntpdate openssh-server sudo tcpdump vlan python
|
||||||
|
|
||||||
|
#. Install the kernel extra package if you have one for your kernel version \
|
||||||
|
|
||||||
|
.. code-block:: shell-session
|
||||||
|
|
||||||
|
# apt install linux-image-extra-$(uname -r)
|
||||||
|
|
||||||
#. Add the appropriate kernel modules to the ``/etc/modules`` file to
|
#. Add the appropriate kernel modules to the ``/etc/modules`` file to
|
||||||
enable VLAN and bond interfaces:
|
enable VLAN and bond interfaces:
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ packages_install:
|
|||||||
- iptables
|
- iptables
|
||||||
- iputils-tracepath
|
- iputils-tracepath
|
||||||
- ipython
|
- ipython
|
||||||
- linux-image-extra-{{ ansible_kernel }}
|
|
||||||
- lvm2
|
- lvm2
|
||||||
- parted
|
- parted
|
||||||
- python2.7
|
- python2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user