From 73664f3bb1816f30dfe94f41ea6241a9c5328114 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Dec 1999 00:05:37 +0000 Subject: no_comment --- perl-install/standalone/XFdrake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index b625647be..6b181d88a 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -36,6 +36,12 @@ $::skiptest = /-skiptest/; $::testing = /-testing/; $::isStandalone = 1; +my $f = "/usr/X11R6/lib/X11/Cards"; +-e $f or system("urpmi --auto XFree86 XFree86-75dpi-fonts"); +-e $f or die "install XFree86 first!\n"; + +`pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); + system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing my $in = vnew interactive('su'); -- cgit v1.2.1