force linux headers install to build aufs

pull/40/head
TomasM 2017-11-21 03:25:15 -05:00
parent 623046ab67
commit 7dcb58b501
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cd ../../
# setup initrd now, to include aufs # setup initrd now, to include aufs
apt-get update apt-get update
apt-get install aufs-dkms --yes apt-get install aufs-dkms linux-headers-$(uname -r) --yes
cd initramfs cd initramfs
. ./initramfs_create . ./initramfs_create