• Joined on 2026-04-08
kira pushed to myaster at kira-linux/kira-installer 2026-06-05 22:29:05 +00:00
c56da21eab Adding initial stuff for install stage.
ed6ffcdee1 Changes to partition stage in respect to intall stage.
4d8c9540d0 Added function to KiraSize to format size with B suffix.
56e87a62cf Adding records for install stage.
9769ae409e Functions for creating partitions and filesystems.
Compare 5 commits »
kira created repository kira-linux/nyanit 2026-06-01 02:15:34 +00:00
kira pushed to myaster at kira-linux/kira-installer 2026-05-30 20:12:53 +00:00
3abbbe9abd Addin saving of previos stages for easy going back.
kira pushed to myaster at kira-linux/kira-installer 2026-05-30 15:19:26 +00:00
b2f510e679 Security stage (user login) mostly completed.
kira pushed to myaster at kira-linux/kira-installer 2026-05-29 22:34:03 +00:00
a503b2a36f Fixes and initial work on security stage.
kira pushed to myaster at kira-linux/kira-installer 2026-05-27 22:43:59 +00:00
f0a8e704c0 Using secure boot status to determin its awailability for installation.
187129d314 Added secure boot status to sysinfo.
Compare 2 commits »
kira pushed to myaster at kira-linux/kira-installer 2026-05-26 21:47:07 +00:00
b0ea2e0ee3 Properly hadnle swap partition size calculation with regart to zram option.
4fb49797cb Made option (reuse network settings) on by default.
bb3f5ed1f0 Work on Partition Stage, added custom swap size selection.
078589332c Adding build.rs for config file copy and changing render backend to tiny-skia.
Compare 4 commits »
kira closed issue kira-linux/kira-installer#2 2026-05-26 17:00:37 +00:00
Need to add disk layout generation functions and structs
kira commented on issue kira-linux/kira-installer#2 2026-05-26 17:00:37 +00:00
Need to add disk layout generation functions and structs

Considering closed with 9743b010d1

kira pushed to myaster at kira-linux/kira-installer 2026-05-26 15:56:30 +00:00
6b4550dc8e Changing println to proper log macros and small fixes.
e0c6112422 Adding simple logger implementation to use with log crate.
Compare 2 commits »
kira pushed to myaster at kira-linux/kira-installer 2026-05-25 11:30:59 +00:00
66f7851574 Minor changes and fixes.
b1f3644092 Adding KiraSize struct to handle power of 2 sizes.
302423d98f Adding symple system info module.
9743b010d1 More work on partition stuff #2, added BlkSize struct to handle partition sizes nicely.
Compare 4 commits »
kira pushed to myaster at kira-linux/kira-installer 2026-05-21 06:39:41 +00:00
c6e7fa6069 More work on partition stuff #2, things looks much better now.
c0ae014eef align_part function now passing tests. #2
Compare 2 commits »
kira pushed to myaster at kira-linux/kira-installer 2026-05-19 21:52:49 +00:00
edfd57d5d5 Working on partitions stuff related to issue #2
kira closed issue kira-linux/kira-installer#1 2026-05-16 19:11:34 +00:00
Need to add methods for easier processing of StageResult and ConfigValue structs
kira pushed to myaster at kira-linux/kira-installer 2026-05-16 19:11:25 +00:00
cf916eb508 Refactoring for StageResult related to issue #1
4000e0cfac More work on partition stage.
Compare 2 commits »
kira opened issue kira-linux/kira-installer#2 2026-05-13 13:20:26 +00:00
Need to add disk layout generation functions and structs
kira opened issue kira-linux/kira-installer#1 2026-05-13 13:09:37 +00:00
Need to add methods for easier processing of StageResult and ConfigValue structs
kira pushed to myaster at kira-linux/kira-installer 2026-05-11 21:02:28 +00:00
f851c6fef0 More work on partition stage.
2684c12e73 Initial work on partition stage.
Compare 2 commits »
kira pushed to myaster at kira-linux/kira-installer 2026-05-07 22:24:52 +00:00
75ef50bed1 Most work on keyboard stage is done.