diff -Nru mountall-2.41/debian/changelog mountall-2.41ubuntu1/debian/changelog --- mountall-2.41/debian/changelog 2012-09-26 07:55:36.000000000 +0100 +++ mountall-2.41ubuntu1/debian/changelog 2012-10-09 10:14:39.000000000 +0100 @@ -1,3 +1,10 @@ +mountall (2.41ubuntu1) quantal; urgency=low + + * Add support for mounting the efivars filesystem onto + /sys/firmware/efi/efivars. LP: #1063061. + + -- Andy Whitcroft Tue, 09 Oct 2012 10:12:42 +0100 + mountall (2.41) unstable; urgency=low [ Alexander Achenbach ] diff -Nru mountall-2.41/src/fstab mountall-2.41ubuntu1/src/fstab --- mountall-2.41/src/fstab 2012-09-01 00:37:29.000000000 +0100 +++ mountall-2.41ubuntu1/src/fstab 2012-10-09 12:03:44.000000000 +0100 @@ -12,6 +12,7 @@ none /sys/fs/fuse/connections fusectl optional 0 0 none /sys/kernel/debug debugfs optional 0 0 none /sys/kernel/security securityfs optional 0 0 +none /sys/firmware/efi/efivars efivarfs optional 0 0 none /spu spufs gid=spu,optional 0 0 none /dev devtmpfs,tmpfs mode=0755 0 0 none /dev/pts devpts noexec,nosuid,gid=tty,mode=0620 0 0