Make use of the "interactive" command an error.
commitdb07446fd77793ac2cc9b1f48a61327e07c8444e
authorChris Lumens <clumens@redhat.com>
Wed, 5 Jan 2011 16:38:18 +0000 (5 11:38 -0500)
committerChris Lumens <clumens@redhat.com>
Wed, 5 Jan 2011 16:48:36 +0000 (5 11:48 -0500)
treeeabe755732e86722dc0cc3db470d6797ec7a1d98
parentc692fdcced10a883e6723fbb6261760478295a42
Make use of the "interactive" command an error.

Marking it as deprecated was a bit of a mistake.  If you had a generic
kickstart file with generic partitioning and expected interactive mode to
stop and prompt you, having it being deprecated would mean the installer
would just cruise on through anyway.  This could potentially damage any
installed system.
pykickstart/handlers/control.py
tests/commands/interactive.py