~brightbox/brightbox/cloud-build-lb

« back to all changes in this revision

Viewing changes to cloud-build/etc/fstab

  • Committer: Neil Wilson
  • Date: 2011-11-18 16:08:42 UTC
  • Revision ID: neil@aldur.co.uk-20111118160842-2adgk8pjtkjavydg
* Add domtrix-lb and haproxy to list of dependencies
* Add once script to create 512Mb of swap on first boot
* Add swapfile line to fstab
* Add byobu to default user
* Add ntp to list of dependencies
* Set unattended upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#
7
7
# On VMs use the LABEL for the root filesystem.
8
8
#
9
 
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
10
 
proc            /proc           proc    defaults        0       0
 
9
# <file system> <mount point>   <type>  <options>               <dump>  <pass>
 
10
proc            /proc           proc    defaults                0       0
11
11
# / is generally /dev/vda1 on a VM
12
12
LABEL=ubuntu-rootfs     /       ext4    errors=remount-ro       0       1
 
13
# Dynamically created by cloud-init
 
14
/swapfile       none            swap    defaults,nobootwait     0       0