From c92842d727cfe4e9589f312870fc79defba8f1f6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Jan 2003 13:36:54 +0000 Subject: UGLY TEMPORARY FIX: create an /etc/passwd for fontconfig --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 367a9915a..66fdb82fb 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -339,6 +339,7 @@ sub main { install_steps_auto_install_non_interactive::errorInStep(); }; $ENV{PERL_BADLANG} = 1; + output_p('/mnt/etc/passwd', "root:x:0:0:root:/root:/bin/sh\n"); #- UGLY TEMPORARY FIX umask 022; $::isInstall = 1; -- cgit v1.2.1