Subversion Repositories SvarDOS

Rev

Rev 779 | Rev 791 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 779 Rev 781
Line 128... Line 128...
128
$pkgcount = 0;
128
$pkgcount = 0;
129
 
129
 
130
 
130
 
131
// load the list of CORE packages
131
// load the list of CORE packages
132
 
132
 
133
$core_packages_list = explode(' ', 'amb attrib chkdsk choice command cpidos debug deltree diskcopy display dosfsck edit fc fdapm fdisk find format help himemx kernel keyb keyb_lay label localcfg mem mode more move pkg pkgnet shsucdx sort tree');
133
$core_packages_list = explode(' ', 'amb attrib chkdsk choice command cpidos debug deltree diskcopy display dosfsck edit fc fdapm fdisk find format help himemx kernel keyb label localcfg mem mode more move pkg pkgnet shsucdx sort tree');
134
 
134
 
135
 
135
 
136
// do a list of all svp packages with their available versions and descriptions
136
// do a list of all svp packages with their available versions and descriptions
137
 
137
 
138
$pkgdb = array();
138
$pkgdb = array();