From ae869dd261f1a61e38850e4a96508ca47b1d014c Mon Sep 17 00:00:00 2001 From: Rick Balocca Date: Sun, 5 Oct 2008 12:17:42 -0700 Subject: Recognize aufs --- scripts/vyatta-show-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-version b/scripts/vyatta-show-version index f609930..f8f291a 100755 --- a/scripts/vyatta-show-version +++ b/scripts/vyatta-show-version @@ -154,7 +154,7 @@ my %options = ( print(&echo_file($versionfile)); print(&echo_file($buildfile)); -my $booted = `grep '^unionfs.*/filesystem.squashfs' /proc/mounts`; +my $booted = `grep -e '^unionfs.*/filesystem.squashfs' -e '^aufs.*/filesystem.squashfs' /proc/mounts`; if (defined($booted) && $booted ne "") { $booted="livecd"; } else { -- cgit v1.2.3