From c8c0190205336f69c1a94f890a28a3e040565a97 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Jun 2003 19:02:38 +0000 Subject: merge from taroon. highlights of this time around * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case --- anaconda | 1 + 1 file changed, 1 insertion(+) (limited to 'anaconda') diff --git a/anaconda b/anaconda index e0bd44f6b..963f181b1 100755 --- a/anaconda +++ b/anaconda @@ -614,6 +614,7 @@ if traceOnly: import whiteout import findpackageset import libxml2 + import cmdline installclass.availableClasses() -- cgit