From: "Brian C. Lane" <bcl@xxxxxxxxxx> In order to be able to run anaconda from the cmdline w/o needing the gui I have extended the cmdline mode to add a script mode that will exit on error instead of falling into an infinite loop. This is needed for the no-virt mode of livemedia-creator Brian C. Lane (2): Add a script mode that exits instead of looping report more detail about yum failure anaconda | 14 +++++++-- pyanaconda/__init__.py | 3 ++ pyanaconda/cmdline.py | 75 +++++++++++++++++++--------------------------- pyanaconda/script.py | 52 ++++++++++++++++++++++++++++++++ pyanaconda/yuminstall.py | 10 +++++- 5 files changed, 105 insertions(+), 49 deletions(-) create mode 100644 pyanaconda/script.py -- 1.7.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list