mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Change user extensions img path
This commit is contained in:
parent
ac9c5b1a47
commit
8610d8e07f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void usbms_splash::usbms_launch()
|
|||
QStringList args_1;
|
||||
|
||||
if(global::usbms::koboxExportExtensions == true) {
|
||||
args_1 << "/external_root/modules/g_mass_storage.ko" << "file=/external_root/opt/storage/extensions.img" << "removable=y" << "stall=0";
|
||||
args_1 << "/external_root/modules/g_mass_storage.ko" << "file=/external_root/opt/storage/X11/extensions-user.img" << "removable=y" << "stall=0";
|
||||
}
|
||||
else {
|
||||
args_1 << "/external_root/modules/g_mass_storage.ko" << "file=/external_root/opt/storage/onboard" << "removable=y" << "stall=0";
|
||||
|
|
Loading…
Reference in a new issue