home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / lib / YaST2 / scrconf / toplevel.ycp < prev    next >
Encoding:
Text File  |  2000-03-30  |  541 b   |  15 lines

  1. // toplevel SCR configuration
  2. {
  3.     MountAgent(`ag_rcconfig(),   .etc.rcconfig);
  4.     MountAgent(`ag_xf86config(), .etc.xf86config);
  5.     MountAgent(`ag_password(),   .etc.shadow);
  6.     MountAgent(`ag_hwprobe(),    .probe);
  7.     MountAgent(`ag_dumpto(),     .dumpto);
  8.     MountAgent(`ag_exec(),       .exec);
  9.     MountAgent(`ag_instsource(), .yast2.instsource);
  10.     MountAgent(`ag_yast_inf(),   .yast2.inf);
  11.     MountAgent(`ag_fdisk(),      .disk);
  12.     MountAgent(`ag_hostnames(),  .net.hostnames);
  13.     MountAgent(`ag_runtime(),    .runtime);
  14. }
  15.