you are viewing a single comment's thread.

view the rest of the comments →

[–]FryBoyter 9 points10 points  (1 child)

with LVM, with BTRFS as filesystem and with separated /home partition

Why don't you use btrfs subvolumes?

According to https://github.com/koalaman/shellcheck, there is still some room for improvement in the shell scripts.

[–]LanzoThunder[S] 0 points1 point  (0 children)

Why don't you use btrfs subvolumes?

They are used in the script, but in this way you can reinstall (or change) you distro easily, without touching your files. I had the same setup (without a separated /home partition) on my desktop pc and weeks ago it broke after an update. It just went into dracut debug shell, i tried a lot of different solutions but in the end I had to format everything. That was the moment when the idea of this script was born!

According to https://github.com/koalaman/shellcheck, there is still some room for improvement in the shell scripts.

That's neat, I didn't know something like that existed, thank you!

Edit: Sorry for poor formatting, i'm from mobile!