1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-22 01:21:34 -05:00

Update README.md

This commit is contained in:
TommyTran732 2021-05-16 12:54:43 -04:00 committed by tommytran732
parent 1981a2f971
commit 5382fedce8
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -12,7 +12,6 @@ This fork comes with various security improvements and fully working rollbacks w
6. `cd Arch-Setup-Script` 6. `cd Arch-Setup-Script`
7. `chmod u+x ./install.sh && ./install.sh` 7. `chmod u+x ./install.sh && ./install.sh`
8. do `arch-chroot /mnt` and create your wheel user once the script is done. Remember to give the wheel group priviledges in `visudo`. 8. do `arch-chroot /mnt` and create your wheel user once the script is done. Remember to give the wheel group priviledges in `visudo`.
9. Blacklisted Firewire SBP2 (As recommended by https://www.ncsc.gov.uk/collection/end-user-device-security/platform-specific-guidance/ubuntu-18-04-lts)
### Snapper behavior ### Snapper behavior
The partition layout I use rallows us to replicate the behavior found in openSUSE 🦎 The partition layout I use rallows us to replicate the behavior found in openSUSE 🦎
@ -32,6 +31,7 @@ The partition layout I use rallows us to replicate the behavior found in openSUS
6. Minimally setup GNOME 40 with pipewire 6. Minimally setup GNOME 40 with pipewire
7. Added more filesystem support (Since Disk Utility is a GNOME dependency and it supports exFAT, NTFS, F2FS and UDF, I added support for those out of the box to make the experience a bit better out of the box) 7. Added more filesystem support (Since Disk Utility is a GNOME dependency and it supports exFAT, NTFS, F2FS and UDF, I added support for those out of the box to make the experience a bit better out of the box)
8. Randomize Mac Address and disable Connectivity Check for privacy 8. Randomize Mac Address and disable Connectivity Check for privacy
9. Blacklisted Firewire SBP2 (As recommended by https://www.ncsc.gov.uk/collection/end-user-device-security/platform-specific-guidance/ubuntu-18-04-lts)
### Why so many @var_xxx subvolumes? ### Why so many @var_xxx subvolumes?
Most of these subvolumes come from SUSE's partition layout prior to 2018, before they simply made @var its own subvolume. We cannot blindly do this however, since pacman Most of these subvolumes come from SUSE's partition layout prior to 2018, before they simply made @var its own subvolume. We cannot blindly do this however, since pacman