Skip to content

Commit

Permalink
Fix links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Oct 11, 2017
1 parent 6c3ad8a commit 6dd5dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ex.) `$ sudo mkfs.ext4 -b 4096 -i 4096 -F -L BARGE-DATA /dev/xxx`
Note) You can use any numbers for `-b 4096 -i 4096`, but pay attention to excessive inode usage because Barge uses overlay for Docker storage.

Cf.)
- https://github.com/bargees/barge-packer/blob/master/box/template.json
- https://github.com/bargees/barge-packer/blob/master/virtualbox/box/template.json
- https://github.com/bargees/barge-xhyve/blob/master/contrib/makehdd/makehdd.sh

And also you can create a swap disk with the label **BARGE-SWAP** to be activated automatically.
Expand Down Expand Up @@ -54,7 +54,7 @@ DOCKER_HOST="-H unix:// -H tcp://0.0.0.0:2375"

Cf.)
- https://github.com/bargees/barge-os/blob/master/overlay/init
- https://github.com/bargees/barge-packer/blob/master/box/assets/profile
- https://github.com/bargees/barge-packer/blob/master/assets/profile
- https://github.com/bargees/barge-xhyve/blob/master/contrib/makehdd/makehdd.sh

## Customizing init scripts on booting up
Expand All @@ -67,7 +67,7 @@ You can customize init scripts in three ways as below.

Cf.)
- https://github.com/bargees/barge-os/blob/master/overlay/init
- https://github.com/bargees/barge-packer/blob/master/box/assets/init.sh
- https://github.com/bargees/barge-packer/blob/master/assets/init.sh
- https://github.com/bargees/barge-xhyve/blob/master/contrib/makehdd/makehdd.sh

And also you can edit any files in `/etc`, because `/etc` is mounted at the persistent disk with overlay if the disk exists.

0 comments on commit 6dd5dd2

Please sign in to comment.