[Midnightbsd-cvs] mports: make_chroot_tarball.pl: Add a warning about /mnt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 11 19:07:30 EST 2007


Log Message:
-----------
Add a warning about /mnt

Modified Files:
--------------
    mports/Tools/magus:
        make_chroot_tarball.pl (r1.3 -> r1.4)

-------------- next part --------------
Index: make_chroot_tarball.pl
===================================================================
RCS file: /home/cvs/mports/Tools/magus/make_chroot_tarball.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -L Tools/magus/make_chroot_tarball.pl -L Tools/magus/make_chroot_tarball.pl -u -r1.3 -r1.4
--- Tools/magus/make_chroot_tarball.pl
+++ Tools/magus/make_chroot_tarball.pl
@@ -106,7 +106,8 @@
 
 sub run {
   my ($command) = @_;
-  
+
+  print "Warning: Be sure to have /mnt and other file systems unmounted";
   print "$command\n";
   system($command);
   


More information about the Midnightbsd-cvs mailing list