~apw/ubuntu/oneiric/casper/overlayfs-module

« back to all changes in this revision

Viewing changes to hooks/casper

  • Committer: Andy Whitcroft
  • Date: 2011-08-19 11:47:27 UTC
  • Revision ID: apw@canonical.com-20110819114727-lgl74lxrbgbc5cav
hooks/casper: pull in overlayfs kernel module to allow use of overlayfs
as the union mount during install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
manual_add_modules unionfs
22
22
manual_add_modules aufs
 
23
manual_add_modules overlayfs
23
24
 
24
25
# unionfs-fuse, if available
25
26
if [ -x /usr/bin/unionfs-fuse ]; then