Commit Graph

12 Commits

Author SHA1 Message Date
leventbesli
34e38ad188 firs snapshot order changed
home snapshot taken first because it's config can be saved to first root snapshot.
2024-10-05 21:34:15 +03:00
leventbesli
38088f1d2f user action removed
reinstall snapper action removed because removing and reinstalling snapper is a very unlikely action. and also snapper can't handle ./snapsots folder in the disk after reinstalling: "creating btrfs subvolume .snapshots failed since it already exists".
2024-10-05 21:05:12 +03:00
leventbesli
8403042aca added fix for a possible grub error
also some more enhancements and wording improvements.
2024-10-05 16:47:16 +03:00
leventbesli
6c1572dfe9 updated wording and add prompts for actions 2024-10-05 11:32:50 +03:00
leventbesli
64b8a4fb86 updated some wording in notices. 2024-10-04 16:03:52 +03:00
leventbesli
f97639e0cb enable grub-btrfsd service added 2024-10-04 01:42:41 +03:00
leventbesli
62ab2096fc updated doc, ta_data and sh 2024-10-04 01:10:52 +03:00
leventbesli
84551e2b6c Btrfs Assistant(+snapper), grub-btrfs Setup added
Adds fedora-btrfs-assistant.sh, updates tab_data and documentation.
2024-10-03 12:17:40 +03:00
kleidis
9b2dd489aa
Enable RPMFusion repos as well on rpmfusion script (#612)
* Enable RPMFusion repos as well on rpmfusion script

* Eyesight is poor
2024-09-22 11:54:16 -05:00
Nyx
3fb4876d9e
Fix issues with fedora (#589)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-22 11:05:23 -05:00
Nyx
cca2660c3b
fix every issue related to printf (#596)
* increase synergy between scripts

* Fix newlines Fix packagers etc

* fix an issue with no new line being created

* fix formatting

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* fix extra comma

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove extra comma

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove "please"

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove \n and make the default option "N"

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add an extra quote

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add extra quotes

* fix remaining sn

* fix remaining new lines

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-22 11:01:10 -05:00
Adam Perkowski
216f1a4836
Restructure the crates (#549)
* BIG CHANGES

* core metadata

* Added readme.md to the package

* Moved the crate back to tui

Co-authored-by: Liam <lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-19 19:09:53 -05:00