1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Correct grub-editenv usage. More... about 10 years ago
* Added internal "booted" command that will be called on successful boot to mark current rootfs as usable. More... about 10 years ago
go fmt
mvogt
as Michael Vogt
More... about 10 years ago
support arguments as well
mvogt
as Michael Vogt
More... about 10 years ago
initial version of the dbus s-i mock with some generic DbusService code that should go into go-dbus
mvogt
as Michael Vogt
More... about 10 years ago
* Set "snappy_mode" boot variable for grub+u-boot. More... about 10 years ago
* Comments. More... about 10 years ago
* Added a few abbreviated command aliases. More... about 10 years ago
* Added missing "install" command. More... about 10 years ago
* Replaced custom command-line handling with github.com/jessevdk/go-flags. More... about 10 years ago
* Added https://launchpad.net/godeps dependency-tracking file. More... about 10 years ago
* Rename 'versions' command to 'list'. More... about 10 years ago
* 'go fmt' fixes. More... about 10 years ago
* Removed Bootloader.GetCurrentBootRootLabel() as this is handled via BlockDevice. More... about 10 years ago
* Record next boot device for grub. * Implement GetNextBootRootLabel() for grub. More... about 10 years ago
add Part and Repository interfaces
mvogt
as Michael Vogt
More... about 10 years ago
* More consts. More... about 10 years ago
* Added u-boot env-var handling. More... about 10 years ago
* Added Grub env-var handling. More... about 10 years ago
* Be explicit about Click and SystemImage inheriting from DataSource. * snappy/command_versions.go: Call new NewSystemImage() constructor function. * snappy/systemimage.go: - Added NewSystemImage() constructor to handle D-Bus setup. - Setup D-Bus connection to system-image server and retrieve information on update status and available updates. More... about 10 years ago
* Add skeletal handling for single rootfs system. More... about 10 years ago
* Pass Partition to DetermineBootLoader() rather than ToggleRootFS() so the Bootloader object can grab a reference at instantiation time. * Rename GrubBootLoader to Grub. * Rename UbootBootLoader to Uboot. * Fixes to allow the u-boot rootfs toggle to work. More... about 10 years ago
* Ignore bootloader update request if system does not have dual root partitions. More... about 10 years ago
* Create snappy uenv config if it's missing. More... about 10 years ago
* Doco. * implemented ToggleRootFS() for u-boot. More... about 10 years ago
* Fix calls to FileExists() - the code can now toggle the rootfs when using grub! More... about 10 years ago
* Introduce Bootloader type. More... about 10 years ago
* Improved fix to only pass args to dispatcher functions. More... about 10 years ago
snappy/command_search.go: remove tablewriter and use tabwriter instead
mvogt
as Michael Vogt
More... about 10 years ago
snappy/dispatcher.go: pass only the arguments to the dispatcher function not the command itself
mvogt
as Michael Vogt
More... about 10 years ago