startup-disk

Crates.iostartup-disk
lib.rsstartup-disk
version0.1.3
sourcesrc
created_at2023-12-15 17:10:39.340105
updated_at2023-12-17 17:11:36.133041
descriptionInterface to choose the startup volume on Apple Silicon systems
homepagehttps://gitlab.gnome.org/davide125/startup-disk
repositoryhttps://gitlab.gnome.org/davide125/startup-disk.git
max_upload_size
id1071133
size170,078
Davide Cavalca (davide125)

documentation

https://gitlab.gnome.org/davide125/startup-disk

README

Icon

Startup Disk

Startup Disk provides a simple interface to choose the startup volume on Apple Silicon Macs running Asahi Linux.

Screenshot

Status

Basic functionality is implemented and works. While Startup Disk should be safe in normal operation, error checking is minimal to nonexistent. In particular, races and corruption are possible if multiple writers attempt to access the NVRAM at the same time -- do not run multiple copies of Startup Disk at the same time, and do not run Startup Disk concurrently with asahi-bless, asahi-nvram or other tools that access the NVRAM. If something goes very wrong, you might have to perform a DFU restore.

Contributing

I'm mostly writing this as an excuse to teach myself Rust. While I'm striving to follow best practices, this is likely not the codebase you want to use for inspiration, at least at this stage.

Contributions and feedback via issues and MRs are always appreciated. Please follow the GNOME Code of Conduct when participating in project spaces.

License

Startup Disk is MIT licensed. See the LICENSE file for the full text of the license.

Credits

Startup Disk is a GUI around asahi-bless implemented with gtk-rs and libadwaita-rs. See the Cargo manifest for additional dependencies that Startup Disk relies on.

The application icon is a derived work of the Adwaita hard disk icon and the GNOME Settings icon; it was created using Inkscape and App Icon Preview; the latter was also used to create the Devel variant.

Commit count: 0

cargo fmt