Changeset 19 for yum/trunk/cli.py
- Timestamp:
- Sep 14, 2010, 1:13:51 PM (15 years ago)
- File:
-
- 1 edited
-
yum/trunk/cli.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yum/trunk/cli.py
r2 r19 1288 1288 root=opts.installroot 1289 1289 else: 1290 root = '/ '1290 root = '/@unixroot' 1291 1291 return root 1292 1292 … … 1326 1326 help=_("run entirely from system cache, don't update cache")) 1327 1327 group.add_option("-c", "--config", dest="conffile", 1328 default='/ etc/yum/yum.conf',1328 default='/@unixroot/etc/yum/yum.conf', 1329 1329 help=_("config file location"), metavar='[config file]') 1330 1330 group.add_option("-R", "--randomwait", dest="sleeptime", type='int',
Note:
See TracChangeset
for help on using the changeset viewer.
