Changeset 19 for yum/trunk/cli.py


Ignore:
Timestamp:
Sep 14, 2010, 1:13:51 PM (15 years ago)
Author:
Yuri Dario
Message:

yum: fix access from other drives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • yum/trunk/cli.py

    r2 r19  
    12881288            root=opts.installroot
    12891289        else:
    1290             root = '/'
     1290            root = '/@unixroot'
    12911291        return root
    12921292
     
    13261326                help=_("run entirely from system cache, don't update cache"))
    13271327        group.add_option("-c", "--config", dest="conffile",
    1328                 default='/etc/yum/yum.conf',
     1328                default='/@unixroot/etc/yum/yum.conf',
    13291329                help=_("config file location"), metavar='[config file]')
    13301330        group.add_option("-R", "--randomwait", dest="sleeptime", type='int',
Note: See TracChangeset for help on using the changeset viewer.