summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-27 09:22:24 -0400
committerAndrew Cady <d@jerkface.net>2016-04-27 09:22:24 -0400
commit5240fe8fb459d895ec8daf7da013298ac9786a59 (patch)
treec9ef1e62d1ad7da1a630fb4b6dae22d3dce6ee71
parent8c8a748158859f7aa05edb4f230f6da233f3306f (diff)
build initrd with kernel 4.5.0-0.bpo.1-amd64 instead of uname -r
-rwxr-xr-xinitrd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/initrd.sh b/initrd.sh
index 0cc6bb3..252763b 100755
--- a/initrd.sh
+++ b/initrd.sh
@@ -4,6 +4,7 @@ initrd=isolinux/linux/initrd.img
4vmlinuz=isolinux/linux/vmlinuz 4vmlinuz=isolinux/linux/vmlinuz
5 5
6version=$(uname -r) 6version=$(uname -r)
7version=4.5.0-0.bpo.1-amd64
7conf_dir=initramfs-tools 8conf_dir=initramfs-tools
8 9
9apt_dependencies=initrd-dependencies.txt 10apt_dependencies=initrd-dependencies.txt