mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 19:01:31 +00:00
* live-build/auto/config:
- explicitly set KERNEL_FLAVOURS=generic to get the right kernel on armhf
This commit is contained in:
parent
97a9a926f6
commit
d1aed3dd90
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.263) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/auto/config:
|
||||||
|
- explicitly set KERNEL_FLAVOURS=generic to get the right kernel
|
||||||
|
on armhf
|
||||||
|
|
||||||
|
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 03 Nov 2014 11:30:02 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.262) vivid; urgency=medium
|
livecd-rootfs (2.262) vivid; urgency=medium
|
||||||
|
|
||||||
* fix typo in 99zz-check-uid-gid.chroot
|
* fix typo in 99zz-check-uid-gid.chroot
|
||||||
|
@ -353,6 +353,9 @@ case $PROJECT in
|
|||||||
add_package install grub-pc ;;
|
add_package install grub-pc ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# generic kernel on amd64/arm for now
|
||||||
|
KERNEL_FLAVOURS=generic
|
||||||
|
|
||||||
# contains the framework definition
|
# contains the framework definition
|
||||||
add_package install ubuntu-core-libs
|
add_package install ubuntu-core-libs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user