ACC SHELL

Path : /usr/share/YaST2/clients/
File Upload :
Current File : //usr/share/YaST2/clients/test_proposal.ycp

/**
 * File:	test_proposal.ycp
 * Summary:	For testing the network and hardware proposals.
 * Author:	Michal Svec <msvec@suse.cz>
 *
 * $Id: test_proposal.ycp 33279 2006-10-09 14:16:49Z locilka $
 */

{

import "Mode";
import "Stage";
import "Wizard";

Stage::Set ("continue");
Mode::SetMode ("installation");
// Linuxrc::manual () = true;

Wizard::CreateDialog ();

map args = $[];
args["enable_back"] = true;
args["enable_next"] = nil;
args["proposal"] = WFM::Args (0);
WFM::call ("inst_proposal", [args ]);
UI::CloseDialog ();

/* EOF */
}

ACC SHELL 2018