On Tue, 2003-08-12 at 13:47, james.oden@xxxxxxxxxxx wrote: > If you wanted to make this safe for newt, you would need to patch the > anaconda to make a call > to newtSuspend(); before calling a %post script, and a call to > newtResume(); after the script returns. > Now those are the c library calls, and probably snack (the python binding > to libnewt) should have these > exposed (though I don't know that). They're exposed... screen.suspend() and screen.resume() where screen is a SnackScreen Jeremy