mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
configfsisomanager: Don't use CD/DVD emulation
This commit is contained in:
@@ -74,7 +74,7 @@ void mount_iso(char *iso_path)
|
|||||||
symlink(massStorageRoot, strjin(configRoot, "/mass_storage.0"));
|
symlink(massStorageRoot, strjin(configRoot, "/mass_storage.0"));
|
||||||
}
|
}
|
||||||
sysfs_write(lunFile, iso_path);
|
sysfs_write(lunFile, iso_path);
|
||||||
sysfs_write(lunCdRom, "1");
|
sysfs_write(lunCdRom, "0");
|
||||||
sysfs_write(lunRo, "1");
|
sysfs_write(lunRo, "1");
|
||||||
|
|
||||||
set_udc();
|
set_udc();
|
||||||
|
|||||||
Reference in New Issue
Block a user