Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnasrat/9942863 to your computer and use it in GitHub Desktop.
Save pnasrat/9942863 to your computer and use it in GitHub Desktop.
docker on pixel
[/var/lib/docker|03fc110f] -job resize(afe761151afe2d0b8d4cae501053fd5c190e6b7e4ebbe5b49ea8c704cc999910, 21, 79) = ERR (1)
[ 1780.227211] device-mapper: table: 254:2: thin-pool: unknown target type
[ 1780.227224] device-mapper: ioctl: error adding target to table
[ 1842.538222] device-mapper: table: 254:2: thin-pool: unknown target type
[ 1842.538237] device-mapper: ioctl: error adding target to table
http://echelog.com/logs/browse/chromium-os/1376172000
[00:50:49] <sivachandra> I have a change to the package sys-kernel/chromeos-kernel-next and would like to push a new kernel image to my Pixel device. How do I do it?
[01:03:17] <JoshTriplett> sivachandra: I assume you have verified boot turned off, so you can modify the root filesystem?
[01:04:08] <JoshTriplett> sivachandra: You want src/scripts/update_kernel.sh , which you can can run after building the kernel package from the target.
[01:04:45] <JoshTriplett> sivachandra: (Also, your target will need to be using kernel-next)
[01:04:53] <sivachandra> JoshTriplett: Ah, ok. Let me try this script.
[01:05:53] <sivachandra> JoshTriplett: I am building for x86-generic. how can I ensure it uses kernel-next?
[01:07:10] <JoshTriplett> sivachandra: Pass --profile=kernel-next to setup_board.
[01:08:25] <sivachandra> ok
[01:09:11] <sivachandra> JoshTriplett: let me go through all this and report back. thank yo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment