Ubuntu Pastebin

Paste from Rlyeh at Fri, 9 Oct 2015 03:17:45 +0000

Download as text
1
2
3
4
# where to load initrd
initrd_addr=0x88080000
# load Snappy environment and call into Snappy boot after processing this file
uenvcmd=load mmc ${bootpart} ${loadaddr} snappy-system.txt; env import -t $loadaddr $filesize; run snappy_boot
Download as text