Commit graph

212 commits

Author SHA1 Message Date
Tommaso Chiti
74b9bc0a52
Update easy-arch.sh 2021-06-13 10:03:02 +02:00
Tommaso Chiti
a9cdb0e127
Update easy-arch.sh 2021-05-27 15:38:27 +02:00
TommyTran732
8a87949d35
Enable Reflector
Automatically updating the mirror list would be nice
2021-05-22 02:03:19 -04:00
Tommaso Chiti
5f7fd29d40
Merge pull request #15 from iSparsh/main
FEATURE: Adds option to install the base-devel package group
2021-05-20 17:17:58 +02:00
Tommaso Chiti
10cf60d674
Update easy-arch.sh 2021-05-11 20:04:41 +02:00
Tommaso Chiti
8dfd3db1be
Update easy-arch.sh 2021-05-11 20:02:25 +02:00
TommyTran732
af97072406
Enable grub-btrfs.path
This is needed for automatically detecting new snapshots and adding them to GRUB
2021-05-11 06:57:11 -04:00
Sparsh Mishra
040c1687e8
feature: Added choice to install base-devel
Description:
Adds a section where user can choose if he wants to install the base-devel package or not.
2021-05-10 12:28:54 +05:30
Tommaso Chiti
acd5e686f5
Update easy-arch.sh 2021-05-10 08:34:04 +02:00
Tommaso Chiti
2185d29881
Update easy-arch.sh 2021-05-10 08:30:01 +02:00
Tommaso Chiti
71a00ba404
Update easy-arch.sh 2021-05-10 08:11:38 +02:00
TommyTran732
0e62ae704e
Add AppArmor 2021-05-09 18:07:48 -04:00
Tommaso Chiti
4b871c4096
Update easy-arch.sh 2021-05-09 09:45:22 +02:00
Tommaso Chiti
e91c4a7749
Network selector tool. 2021-05-09 09:44:20 +02:00
Tommaso Chiti
02694bae7d
Update easy-arch.sh 2021-05-09 09:43:34 +02:00
Tommaso Chiti
a289805b3f
Better mount options. 2021-05-08 09:08:27 +02:00
Tommaso Chiti
68be94a7e3
Update easy-arch.sh 2021-05-08 08:51:26 +02:00
Tommaso Chiti
87899b0a67
LUKS 2 support 2021-05-08 08:35:13 +02:00
Tommaso Chiti
4eaa2ae55c
Update easy-arch.sh 2021-05-08 08:33:51 +02:00
Tommaso Chiti
8d602a2d67
Update easy-arch.sh 2021-05-07 08:56:31 +02:00
Tommaso Chiti
160dde8e2b
Update easy-arch.sh 2021-05-07 08:52:00 +02:00
Tommaso Chiti
7ffcb861f1
Datacow fix 2021-05-07 08:23:12 +02:00
TommyTran732
123f5f2aad
Set proper ESP flag
Without this flag it will be marked as basic data, which could cause issue when dual booting
2021-04-24 04:44:59 -04:00
Tommaso Chiti
9e7f7fe696
Update easy-arch.sh 2021-04-17 15:03:05 +02:00
Tommaso Chiti
89493b0854
Update easy-arch.sh 2021-04-16 15:59:42 +02:00
Tommaso Chiti
d55614671e
Update easy-arch.sh 2021-04-16 15:03:17 +02:00
Tommaso Chiti
20ae7c7a60
Update easy-arch.sh 2021-04-16 15:02:34 +02:00
Tommaso Chiti
77ddd82d57
Merge pull request #10 from tommytran732/patch-7
Some security settings from the Arch Wiki
2021-04-16 07:29:10 +02:00
Tommaso Chiti
53944208c0
Update easy-arch.sh 2021-04-16 07:28:35 +02:00
Tommaso Chiti
6bf87e0be9
Update easy-arch.sh 2021-04-15 16:56:12 +02:00
Tommaso Chiti
2909c000e2
Update easy-arch.sh 2021-04-15 16:55:36 +02:00
Tommaso Chiti
e6ea09fa53
Update easy-arch.sh 2021-04-15 16:46:36 +02:00
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
TommyTran732
8126c5a2c5
Add the key to mkinitcpio's config 2021-04-14 19:40:59 -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