Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Add Trusty to supported releases of setup_fs_ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Casey McTaggart <[email protected]>
  • Loading branch information
thansmann authored and Casey McTaggart committed Dec 17, 2013
1 parent 517d065 commit 2ec8afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden/root/linux/skeleton/lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function setup_fs_ubuntu() {
lucid|natty|oneiric)
mount -n -t aufs -o br:tmp/rootfs=rw:$rootfs_path=ro+wh none mnt
;;
precise)
precise|trusty)
mount -n -t overlayfs -o rw,upperdir=tmp/rootfs,lowerdir=$rootfs_path none mnt
;;
*)
Expand Down

0 comments on commit 2ec8afa

Please sign in to comment.