mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-21 18:17:07 +00:00
Allow custom drive sizes in bespoke UI; other sundry improvements (#813)
* Allow custom drive image sizes in the bespoke UI. Addresses Issue#748 * Clarify what the Pi repo mirror setup is good for. * Use the number input type for rudimentary input validation. * Append byte unit. * More granular input validation using html5 attributes. Max allowed input is 256GiB in bytes. * Correct use of html5 number input elements.
This commit is contained in:
@@ -21,7 +21,9 @@ You may edit the files under `mock/bin` to simulate Linux command responses.
|
||||
TODO: rascsi-web uses protobuf commands to send and receive data from rascsi.
|
||||
A separate mocking solution will be needed for this interface.
|
||||
|
||||
## Pushing to the Pi via git
|
||||
## (Optional) Pushing to the Pi via git
|
||||
|
||||
This is a setup for pushing code changes from your local development environment to the Raspberry Pi without a roundtrip to the remote GitHub repository.
|
||||
|
||||
Setup a bare repo on the rascsi
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user