1
0
mirror of synced 2026-01-19 09:08:30 +00:00

2006-06-09 20:49:51 by steve

D'oh - /etc/fstab shouldn't be executable.  This caused debootstrap
 to be reported as failed even when it was correctly installed.
This commit is contained in:
steve 2006-06-09 20:49:51 +00:00
parent 9962896c32
commit 69b97f162c

View File

@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
--
http://www.steve.org.uk/
$Id: xt-install-image,v 1.11 2006-06-09 20:27:50 steve Exp $
$Id: xt-install-image,v 1.12 2006-06-09 20:49:51 steve Exp $
=cut
@ -171,7 +171,7 @@ else
#
# Test that we have some standard files.
#
foreach my $file ( qw( /bin/ls /bin/cp /etc/fstab ) )
foreach my $file ( qw( /bin/ls /bin/cp ) )
{
if ( ! -x $CONFIG{'location'} . $file )
{
@ -234,7 +234,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.11 $';
my $REVISION = '$Revision: 1.12 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{