diff options
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/get.pm | 2 | ||||
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index 5b5b75077..3ac3ba0b4 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -126,3 +126,5 @@ sub up_mount_point { $_->{mntpoint} eq $mntpoint and return $_ foreach @$fstab; } } + +1; diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 0e5d2519f..66d434d0e 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -246,3 +246,5 @@ sub set_all_default { set_default($part, %opts); } } + +1; |