project:kernel-autobuild:new-kernel-release
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
project:kernel-autobuild:new-kernel-release [2016/04/19 11:26] – 91.89.129.106 | project:kernel-autobuild:new-kernel-release [2016/10/24 11:45] (current) – 37.209.107.175 | ||
---|---|---|---|
Line 3: | Line 3: | ||
What to do if kernel-autobuild has to be prepared for a new kernel release. | What to do if kernel-autobuild has to be prepared for a new kernel release. | ||
- | New working directory | + | ===== New template directory for meta package (2016-10-23 / 3.18) ===== |
+ | |||
+ | < | ||
+ | #cd / | ||
+ | cd ushare/ | ||
+ | |||
+ | cp -ax linux-image-3.14-vserver-amd64 linux-image-3.18-vserver-amd64 | ||
+ | cd linux-image-3.18-vserver-amd64 | ||
+ | vi Makefile | ||
+ | APPNAME=linux-image-3.18-vserver-amd64 | ||
+ | VERSION=3.18.1 | ||
+ | |||
+ | vi debian/ | ||
+ | The Debian Package linux-image-3.18 | ||
+ | |||
+ | vi debian/ | ||
+ | linux-image-3.18 for Debian | ||
+ | |||
+ | vi debian/ | ||
+ | linux-image-3.18-vserver-amd64 (3.18.1) unstable; urgency=low | ||
+ | |||
+ | vi debian/ | ||
+ | Source: linux-image-3.18-vserver-amd64 | ||
+ | Depends: linux-firmware-image (=3.18.9-vs2.3.6.6+lihas1-1), | ||
+ | Description: | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== New working directory | ||
< | < | ||
Line 65: | Line 93: | ||
[ 0.466592] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0, | [ 0.466592] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0, | ||
</ | </ | ||
+ | addendum 2016-10-23: | ||
+ | * similar looking problem with 3.18. Then, no initrd was built during package installation because the dpkg hooks silently failed to do so. Fixed by using a debian 7 / wheezy test image | ||
prequel: | prequel: |
project/kernel-autobuild/new-kernel-release.1461058017.txt.gz · Last modified: 2016/04/19 11:26 by 91.89.129.106