[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#653310: Fix



This bug is in versions 1.13 and 1.14.

In the file
/usr/share/pyshared/LiveMagic/views/wizard.py

change row 199

# Boot parameters
data['bootappend_live'] = "locale=%s keyb=%s" % (locale, keyb)

to

# Boot parameters
data['bootappend_live'] = "locales=%s keyboard-layouts=%s" % (locale,keyb)



Reply to: