Commit graph

79 commits

Author SHA1 Message Date
TommyTran732
3cbe6d664f
Update easy-arch.sh 2021-04-15 07:17:56 -04:00
TommyTran732
db155c2c6b
Some security settings from the Arch Wiki
These would be nice to have out of the box, especially with ptrace completely disabled.
2021-04-15 07:14:22 -04:00
Tommaso Chiti
5a9b37030f
Merge branch 'main' into patch-4 2021-04-14 17:19:39 +02:00
Tommaso Chiti
3a8a2b7ec7
Update easy-arch.sh 2021-04-14 17:07:38 +02:00
Tommaso Chiti
f1eae98bcb
Update easy-arch.sh 2021-04-14 17:07:07 +02:00
Tommaso Chiti
4073eb9da9
Update easy-arch.sh 2021-04-14 16:47:02 +02:00
Tommaso Chiti
73129dc987
Update easy-arch.sh 2021-04-14 16:44:16 +02:00
Tommaso Chiti
8363877ce2
Update easy-arch.sh 2021-04-14 16:42:30 +02:00
Tommaso Chiti
64c5dc8ec6
Update easy-arch.sh 2021-04-14 15:58:50 +02:00
Tommaso Chiti
77f1f4203a
Update easy-arch.sh 2021-04-14 15:43:16 +02:00
TommyTran732
50934ead01
Adding the option for kernel flavor and microcode 2021-04-14 08:09:49 -04:00
TommyTran732
0f389165bf
Actually disable CoW on @swap and @var_log
There is a bug with BTRFS where it uses the same mount option for the first subvolume for any subvolume you mount. That means the nodatacow flag you set on line 74 and 75 are useless. In order to disable CoW, you must add chattr +C to those.

https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5)
2021-04-14 07:52:32 -04:00
Tommaso Chiti
aa4edb94f1
Update easy-arch.sh 2021-04-14 13:22:47 +02:00
Tommaso Chiti
3ae6f8735e
Update easy-arch.sh 2021-04-14 10:52:33 +02:00
Tommaso Chiti
29912686b8
Update easy-arch.sh 2021-04-14 10:37:24 +02:00
Tommaso Chiti
5520b3731a
Update easy-arch.sh 2021-04-14 10:20:55 +02:00
Tommaso Chiti
5bc6dcff7b
Update easy-arch.sh 2021-04-14 10:16:28 +02:00
Tommaso Chiti
a0170741c5
Update easy-arch.sh 2021-04-14 10:06:30 +02:00
Tommaso Chiti
44f38d4a66
Update easy-arch.sh 2021-04-14 10:01:06 +02:00
Tommaso Chiti
2bf1efa22d
Update easy-arch.sh 2021-04-14 09:40:03 +02:00
Tommaso Chiti
0f5c97f380
Automatic timezone. 2021-04-14 09:31:49 +02:00
Tommaso Chiti
b1599c0dd3
Update easy-arch.sh 2021-04-14 08:48:48 +02:00
Tommaso Chiti
8faed77b04
Update easy-arch.sh 2021-04-14 08:43:05 +02:00
Tommaso Chiti
6ccbd4d8ef
Update easy-arch.sh 2021-04-14 08:42:02 +02:00
Tommaso Chiti
384ea2e1f7
Merge pull request #3 from tommytran732/patch-2
Remove BINARIES()
2021-04-11 12:31:33 +02:00
TommyTran732
b2baff3cc0
Remove BINARIES()
It works just fine without it. Not sure why you have to specify it there.
2021-04-09 16:29:30 -04:00
TommyTran732
4aa3efd44e
Update easy-arch.sh 2021-04-09 03:39:46 -04:00
Tommaso Chiti
7da3dcd7cf Errors. 2021-02-07 14:24:00 +01:00
Tommaso Chiti
adf0769f16 Spacing. 2021-02-07 10:17:25 +01:00
Tommaso Chiti
de35ad76d3 Better disks selection. 2021-02-07 10:16:53 +01:00
Tommaso Chiti
7cae338fff PS3 2021-02-07 09:49:38 +01:00
Tommaso Chiti
292a669224 Improving code. 2021-02-07 09:45:21 +01:00
Tommaso Chiti
fa1df31e1a Shortering code. 2021-02-07 09:37:20 +01:00
Tommaso Chiti
4026fe1ff5 Typos. 2021-02-03 09:56:40 +01:00
Tommaso Chiti
7a57ea28df
Update easy-arch.sh 2021-02-03 08:12:58 +01:00
Tommaso Chiti
c2c7902503 Env bash. 2021-02-02 12:13:37 +01:00
Tommaso Chiti
d9d074926a Spacing. 2021-02-01 13:36:06 +01:00
Tommaso Chiti
27ab6288fd Suppressing some output. 2021-02-01 13:00:16 +01:00
Tommaso Chiti
b30fab7b2a Fix snapper inside chroot. 2021-02-01 12:45:21 +01:00
Tommaso Chiti
b343cf3970 Snapper configuration. 2021-02-01 12:26:06 +01:00
Tommaso Chiti
08005bc6ae better comments. 2021-02-01 12:09:02 +01:00
Tommaso Chiti
d078d75d66 Small changes. 2021-02-01 11:52:38 +01:00
Tommaso Chiti
80b76543ee Documentation. 2021-02-01 11:20:58 +01:00
Tommaso Chiti
91c6a0b3b0 Changes. 2021-02-01 11:05:57 +01:00
Tommaso Chiti
f3f5b50b6d Fixed swap. 2021-02-01 11:03:27 +01:00
Tommaso Chiti
ee27105889 Fixing wrong path. 2021-02-01 10:11:27 +01:00
Tommaso Chiti
dc256d4d86 Setting time. 2021-02-01 09:58:18 +01:00
Tommaso Chiti
ce29a7d9ca commenting. 2021-02-01 09:51:27 +01:00
Tommaso Chiti
5b89727972 Editing fstab. 2021-02-01 09:50:58 +01:00
Tommaso Chiti
113d8be2d0 Formatting. 2021-02-01 09:43:08 +01:00