$ mkdir -p ~/tmp/build/chromium-vagrant && cd ~/tmp/build/chromium-vagrant
$ vim Vagrantfile
$ vagrant up && vagrant halt
# use virtualbox to add 20GB swap (/dev/sdb)
$ vagrant up && vagrant ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require File.expand_path('../lib/foo/version', __FILE__) | |
| Gem::Specification.new do |s| | |
| s.name = 'foo' | |
| s.summary = '...' | |
| s.version = Foo::VERSION | |
| s.date = Foo::DATE | |
| s.authors = [ 'Felix C. Stegerman' ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chromium-browser --user-data-dir=$HOME/tmp/chromium-test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # === Manual Installation of OpenELEC for Raspberry Pi on SD card === | |
| # | |
| # Adapted from create_sdcard of OpenELEC-RPi.arm-3.0.3. | |
| # Run in OpenELEC-RPi.arm-3.0.3/. | |
| # | |
| # === IMPORTANT === | |
| # | |
| # These instructions assume your SD card is at /dev/sdb; replace | |
| # as appropriate. | |
| # This will wipe any data off your chosen drive. |
[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2013-05-25
[]: }}}1
[]: {{{1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Usage: canonpath <path> | |
| # No physical check on the filesystem, but a logical cleanup of a | |
| # path. | |
| # Uses perl. | |
| function canonpath () | |
| { perl -MFile::Spec -e 'print File::Spec->canonpath($ARGV[0])' "$1"; } | |
[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2013-06-12
[]: }}}1
This README describes how I created a precise64-flx vagrant base box. It is meant to be more secure and contain some useful tools.