RasPlex / rasplex-installer

The RasPlex cross-platform GUI installer
99 stars 19 forks source link

Support for USB installs, overclocking settings from GUI #10

Open dalehamel opened 10 years ago

dalehamel commented 10 years ago

Not very hard, we just need to find the time.

Should mount the /SYSTEM partition, and edit the config.txt to change overclock settings, and for installing to USB, just specify a separate device (USB is /dev/sda? Or maybe we should read the UUID... fuck can windows even do that?) as the root in cmdline.txt, and flash to that device.

Risca commented 10 years ago

There is already partial support for changing arbitrary settings in the config.txt (been there for some time now). It's just unpolished and disabled.

Regarding installing to USB: Technically, it shouldn't be that hard to do, I just need to find the time to do it

dalehamel commented 10 years ago

Yeah I knew it was already there, just making a ticket so we don't forget

On Monday, December 23, 2013, Patrik Dahlström wrote:

There is already partial support for changing arbitrary settings in the config.txt (been there for some time now). It's just unpolished and disabled.

Regarding installing to USB: Technically, it shouldn't be that hard to do, I just need to find the time to do it

— Reply to this email directly or view it on GitHubhttps://github.com/RasPlex/rasplex-installer/issues/10#issuecomment-31150949 .