Transactional Installation Kit
A toolkit for deploying Operating System images to UEFI hardware from a USB stick.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / tik
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:microos:aeon/tik && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000622 622 Bytes | |
_servicedata | 0000000232 232 Bytes | |
tik-1.1.8.obscpio | 0000043530 42.5 KB | |
tik.changes | 0000013072 12.8 KB | |
tik.obsinfo | 0000000092 92 Bytes | |
tik.spec | 0000003971 3.88 KB |
Revision 87 (latest revision is 110)
Richard Brown (RBrownSUSE)
committed
(revision 87)
- Update to version 1.1.8: * Error message UEFI instead of EFI * Refined error message. Tested with UEFI system with inverted check. * initial implementation. Not tested yet. * Moved log message so it won't display multiple times. * Edited log message to reflect upower output * Fixed code indenting * Get rid of unneeded global variable and moved it locally. * Changed all tab indents to 4 spaces because it started to look strange on gitlab * Converted code to use upower instead of straight bash. * Bug in the previous Pull request would cause an infinite loop because the BAT* wildcard would follow symlinks recursively. This change would fix that bug using grep -r which would skip recursive symlinks. * Revert "Added condition to check batteries for charging state"
Comments 0