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 / data / demo_target_map.ycp < prev    next >
Text File  |  2006-11-29  |  1KB  |  57 lines

  1. // sample target map used for testing
  2.  
  3. $[
  4.   "/dev/sda":
  5.   $[
  6.     "device": "/dev/sda",
  7.     "bus":"SCSI",
  8.     "name":"1. SCSI, 8.54 GB, /dev/sda, IBM-DNES-309170W",
  9.     "cyl_count": 1114,
  10.     "cyl_size": 8224768,
  11.     "vendor": "IBM DNES-309170W",
  12.     "partitions": [
  13.            $[
  14.              "fsid" : 12,
  15.              "fstype" : "FAT32",
  16.              "nr" : 1,
  17.              "region" : [ 0, 1114 ],
  18.              "size_k" : 8947648,
  19.              "type" : `primary
  20.            ]
  21.     ]
  22.   ],
  23.   "/dev/sdb":
  24.   $[
  25.     "device": "/dev/sdb",
  26.     "bus":"SCSI",
  27.     "name":"2. SCSI, 8.54 GB, /dev/sdb, IBM-DNES-309170-XEW",
  28.     "cyl_count":1114,
  29.     "cyl_size":8224768,
  30.     "vendor":"IBM DNES-309170-XEW",
  31.     "partitions": [
  32.            $[
  33.              "fsid" : 130,
  34.              "fstype" : "Linux swap",
  35.              "nr" : 1,
  36.              "region" : [ 0, 17 ],
  37.              "size_k" : 136544,
  38.              "type" : `primary
  39.              ],
  40.              $[
  41.                "fsid" : 131,
  42.                "fstype" : "Linux native",
  43.                "nr" : 2,
  44.                "region" : [ 17, 583 ],
  45.                "type" : `primary
  46.                ],
  47.              $[
  48.                "fsid" : 131,
  49.                "fstype" : "Linux native",
  50.                "nr" : 3,
  51.                "region" : [ 600, 515 ],
  52.                "type" : `primary
  53.                ]
  54.     ]
  55.   ]
  56. ]
  57.