[Bug 1160360] Re: flash-kernel failed in an armhf lxc container on ARM: /usr/sbin/flash-kernel: 214: /usr/sbin/flash-kernel: mkimage: not found
Jean-Baptiste Lallement
jean-baptiste at ubuntu.com
Tue Mar 26 14:04:39 UTC 2013
it breaks even without that directive.
Another test case to run on a day with a package upgrade that will run
kernel hooks
1. Create the user-data file with the following content:
====8<========8<========8<========8<========8<====
#cloud-config
locale: en_US.UTF-8
password: ubuntu
chpasswd: { expire: False }
ssh_pwauth: True
ssh_authorized_keys:
- SOMEPUBKEY
apt_sources:
- source: deb http://archive.ubuntu.com/ubuntu raring restricted multiverse
- source: deb-src http://archive.ubuntu.com/ubuntu raring restricted multiverse
byobu_by_default: system
packages:
- eatmydata
- autopkgtest
- dpkg-dev
- pbuilder
- bzr
runcmd:
- [sh, -xc, "echo '127.0.1.1 autopkgtest' >> /etc/hosts" ]
====>8========>8========>8========>8========>8====
2. On an ARM host provision an LXC guest with the command (replace user-data by the path to the user-data file you created above)
$ sudo lxc-create -n raring-armhf-20130326_094008 -t ubuntu-cloud -- -r raring -a armhf -s daily -u user-data -T https://cloud-images.ubuntu.com/raring/current/raring-server-cloudimg-armhf-root.tar.gz
3. Start the container and wait
$ sudo lxc-start -n raring-armhf-20130326_09400
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1160360
Title:
flash-kernel failed in an armhf lxc container on ARM: /usr/sbin/flash-
kernel: 214: /usr/sbin/flash-kernel: mkimage: not found
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1160360/+subscriptions
More information about the Ubuntu-server-bugs
mailing list