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 >
Text File  |  2006-11-29  |  554b  |  25 lines

  1. /**
  2.  * Module:    inst_rootpart.ycp
  3.  *
  4.  * Authors:    Stefan Schubert <schubi@suse.de>
  5.  *        Arvin Schnell <arvin@suse.de>
  6.  *
  7.  * Purpose:    Select root partition for update or booting.
  8.  *        RootPart::rootPartitions must be filled before
  9.  *        calling this module.
  10.  * $Id: inst_rootpart.ycp 33392 2006-10-13 11:39:53Z locilka $
  11.  */
  12. {
  13. textdomain "update";
  14.  
  15. include "update/rootpart.ycp";
  16.  
  17. // This dialog comes in three different flavors: `update_dialog,
  18. // `update_popup and `boot_popup
  19. symbol flavor = (symbol) WFM::Args (2);
  20.  
  21. return RootPartitionDialog (flavor);
  22.  
  23.  
  24. }
  25.