Skip to content

Instantly share code, notes, and snippets.

@fgblanch
fgblanch / custom.cmdline
Created March 6, 2017 17:45 — forked from perpen/custom.cmdline
Docker on Chromebook Pixel 2015 LS
cros_secure
console=
loglevel=7
init=/sbin/init
oops=panic
panic=-1
root=PARTUUID=%U/PARTNROFF=1
rootwait
rw
dm_verity.error_behavior=3
@fgblanch
fgblanch / docker-from-chromeos.sh
Created March 6, 2017 17:37 — forked from perpen/docker-from-chromeos.sh
Script for running docker in Chrome OS
#!/bin/sh
## Requires custom kernel to be installed in Chrome OS
## Copies files from my archlinux chroot into a temp folder and runs docker from there.
## Running this on boot of Chrome OS so my version of the docker daemon is upgraded by
## pacman in the chroot.
set -e
chroot=/usr/local/chroots/arch
run=/usr/local/tmp/docker