Le0xFF / VoidLinuxInstaller

A bash script to install Void Linux with optional LUKS encryption, optional LVM, btrfs filesystem and optional swap as file.
GNU Affero General Public License v3.0
53 stars 8 forks source link

fsck is not needed on btrfs #15

Closed bitterhalt closed 3 months ago

bitterhalt commented 3 months ago

I don't know is this very important but in my understanding you don't need fsck on btrfs. https://btrfs.readthedocs.io/en/latest/fsck.btrfs.html

Le0xFF commented 3 months ago

Hello and thank you for the PR! Sorry for the messy code :sweat_smile: Yep, from the documentation it seems that fsck is not needed and can be skipped, thanks for pointing this out!

One small request: may I ask you to make the same changes to chroot.sh file? I keep them in sync, as it's much easier to work on this file first and then bring all changes to the main vli.sh script :smile: