[yast-commit] r61925 - /trunk/storage/storage/src/modules/Storage.ycp

Author: aschnell Date: Thu Apr 29 18:14:36 2010 New Revision: 61925 URL: http://svn.opensuse.org/viewcvs/yast?rev=61925&view=rev Log: - removed outdated documentation Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Stora... ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Thu Apr 29 18:14:36 2010 @@ -2041,46 +2041,6 @@ } - /* Dev definitions - - dev = maindev | subdev - maindev = "disk" | "vg" | "md" (raiddev) - subdev = "part" | "lv" | "raid" - - e.g.: "disk" = "/dev/hda" | "dev/sda" | "/dev/hdd" | ... - "vg" = "/dev/system" | "dev/group" | ... - "md" = "/dev/md" (only) - "part" = "1//dev/hda" | "2//dev/sda" | .. - "lv" = "usr//dev/system" | "home//dev/system" - */ - - - /* Key definitions - - key = maindevkey | subdevkey + maindevkey - - maindevkey = key( disk | vg | md ) - subdevkey = key( part | lv | raid ) - subdevkey = maindevkey + subdevindex | "all" - - subdevindex = 1 | 2 | "home" | "usr" | .. - - e.g.: - maindevkey = "/dev/hda" | "/dev/md" | "/dev/system" | "all" - subdevkey = "1//dev/hda" | "1//dev/md" | "home//dev/system" | "all" - - - */ - - /* MainDev defines ------------------------------------------------------------------ - /* partition_defines -> isDisk */ - /* partition_defines -> isRaid */ - /* partition_defines -> isLVM */ - symbol sw_raid_type_key = `sw_raid; - symbol lvm_type_key = `lvm; - symbol extended_type_key= `extended; - - global map<string, any> NextPartition( string disk, symbol ptype ) { y2milestone( "NextPartition disk:%1 ptype:%2", disk, ptype ); @@ -4905,7 +4865,7 @@ * @param map entry * @return integer (0 and higher == OK, otherwise error) */ -global define integer AddFstabEntry( map e ) +integer AddFstabEntry( map e ) { y2milestone( "AddFstabEntry entry:%1", e ); integer ret = 0; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org