home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root
/
usr
/
share
/
YaST2
/
clients
/
inst_rootpart.ycp
< prev
next >
Wrap
Text File
|
2006-11-29
|
554b
|
25 lines
/**
* 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);
}