home *** CD-ROM | disk | FTP | other *** search
- /**
- * Module: inst_rootpart.ycp
- *
- * Authors: Stefan Schubert <schubi@suse.de>
- * Arvin Schnell <arvin@suse.de>
- *
- * Purpose: Select root partition for update or booting.
- * RootPart::rootPartitions must be filled before
- * calling this module.
- * $Id: inst_rootpart.ycp 33392 2006-10-13 11:39:53Z locilka $
- */
- {
- textdomain "update";
-
- include "update/rootpart.ycp";
-
- // This dialog comes in three different flavors: `update_dialog,
- // `update_popup and `boot_popup
- symbol flavor = (symbol) WFM::Args (2);
-
- return RootPartitionDialog (flavor);
-
-
- }
-