rpathsync / booty

Bootloader configuration python library used by Anaconda.

Clone this repository (size: 394.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/booty/
commit 516: 0fefae2cf0f0
parent 515: 25885e3a8b70
parent 513: 1694e156d483
branch: default
branch merge
Elliot Peele
14 months ago

Changed (Δ17 bytes):

raw changeset »

bootman/config.py (2 lines added, 2 lines removed)

Up to file-list bootman/config.py:

@@ -378,8 +378,8 @@ class BootLoaderConfig(BaseConfig):
378
378
    def timeout(self, timeout):
379
379
        self._data['timeout'] = timeout
380
380
381
    def password(self, pasword):
382
        self._data['password'] = password
381
    def password(self, password):
382
        self._data['master_password'] = "'%s'" % password
383
383
384
384
    def include(self, path):
385
385
        self._data['include'].set(path)