1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2025-02-20 18:01:33 -05:00
Commit Graph

281 Commits

Author SHA1 Message Date
TommyTran732
53dcd53335
Update install.sh 2021-07-25 07:49:16 +00:00
TommyTran732
c347c9f87a
Update install.sh 2021-07-25 07:47:12 +00:00
TommyTran732
36a296035b
Update install.sh 2021-07-25 07:34:32 +00:00
TommyTran732
6f4e361130
Update install.sh 2021-07-25 07:29:52 +00:00
TommyTran732
7b6e382ae6
Update README.md 2021-07-25 07:18:07 +00:00
TommyTran732
8c6499a57f
Update README.md 2021-07-25 07:15:33 +00:00
TommyTran732
369a48369a
Update README.md 2021-07-25 07:12:06 +00:00
TommyTran732
84189f8edd
Update install.sh 2021-07-25 07:11:44 +00:00
TommyTran732
34a7768cb0
Update README.md 2021-07-25 07:04:46 +00:00
TommyTran732
5070de2b7a
Update README.md 2021-07-25 07:04:27 +00:00
TommyTran732
8a0e8dd8d4
Add some grub settings from whonix 2021-07-25 07:03:01 +00:00
TommyTran732
85bde22996
Update install.sh 2021-07-25 06:55:42 +00:00
TommyTran732
9d03a3b94a
Update README.md 2021-07-25 06:50:02 +00:00
TommyTran732
12b6ccf325
Update README.md 2021-07-25 06:49:37 +00:00
TommyTran732
8679d38eee
Add user creation
Based on the changes made in https://github.com/patarapolw/arch-btrfs/blob/main/scripts/03-root-install.sh
2021-07-25 06:48:46 +00:00
tommytran732
18bba2a211 Create secureboot.sh 2021-07-25 02:35:05 -04:00
TommyTran732
a56cb513f9
Merge pull request #4 from ajeyrgowda/patch-12
replacing earlyoom with systemd-oomd
2021-07-20 14:04:47 +00:00
ajeyrgowda
a3acb1f131
replacing earlyoom with systemd-oomd
earlyoom is not needed since systemd already provides that
2021-07-20 09:07:52 -04:00
TommyTran732
cc23c7eb3e
Added EarlyOOM 2021-07-15 07:42:54 -04:00
TommyTran732
99c3a65f8e
Revert to using the old layout
OverlayFS doesn't allow snapper rollback when you are booted into a read only snapshot
2021-07-11 14:49:53 +00:00
TommyTran732
33ae2e1468
Update README.md 2021-07-11 14:47:04 +00:00
TommyTran732
fe75e4c4c5
Update README.md 2021-07-09 03:44:10 -04:00
TommyTran732
10be8ffc57
Update install.sh 2021-07-09 01:36:30 -04:00
TommyTran732
92a7987897
Update install.sh 2021-07-09 00:41:38 -04:00
TommyTran732
4056d1dcf9
Update install.sh 2021-07-09 00:38:30 -04:00
TommyTran732
a59d743771
Update README.md 2021-07-08 08:45:46 -04:00
TommyTran732
7a1178d9cb
Add new subvol for /var/lib/machines
Seems like snapd creates a subvol for this and cause problems with deleting snapshots, might as well just create it here and avoid the headache
2021-07-08 08:43:51 -04:00
TommyTran732
fdb55e0a7e
Update install.sh 2021-07-08 06:55:13 -04:00
TommyTran732
ea812946da
Another typo fix 2021-07-08 06:25:45 -04:00
TommyTran732
0245615858
Typo fix 2021-07-08 06:22:01 -04:00
TommyTran732
c71127c988
Update install.sh 2021-07-01 05:19:51 -04:00
TommyTran732
b857ce345c
Remove @/tmp sulvol
/tmp on Arch linux should be using tmpfs
2021-06-23 19:06:20 -04:00
TommyTran732
16bee6206d
Update README.md 2021-06-23 19:04:21 -04:00
TommyTran732
e6b88b4ac1
Update README.md 2021-06-23 19:03:34 -04:00
TommyTran732
dca5d15c0c
Update README.md 2021-06-23 13:25:31 -04:00
TommyTran732
2ae70e51ae
Update README.md 2021-06-23 13:24:08 -04:00
TommyTran732
865c00e807
Update README.md 2021-06-23 13:19:03 -04:00
TommyTran732
be11e0f0ab
Switch to overlayfs 2021-06-23 13:17:54 -04:00
TommyTran732
0aa6fc72b7
Update install.sh 2021-06-23 13:16:22 -04:00
TommyTran732
625f097132
Switch back to LUKS1
Grub does not nicely work with LUKS2 Argon yet, and grub-install is broken with LUKS2
2021-06-21 23:46:40 -04:00
TommyTran732
ddd7420902
Update install.sh 2021-06-21 16:45:15 -04:00
TommyTran732
9a927b89d5
Update install.sh 2021-06-21 19:27:34 +00:00
TommyTran732
5ba97b9a6b Update install.sh 2021-06-14 21:39:50 -04:00
TommyTran732
f58d019449 Update README.md 2021-06-14 19:37:13 -04:00
TommyTran732
f91a36bd5c Update README.md 2021-06-14 19:28:52 -04:00
TommyTran732
8f0c9ee591 Switch to LUKS2
GRUB 2.06 added support for LUKS2, so I am also adding it here.
2021-06-14 19:26:49 -04:00
TommyTran732
6e2f6b40b5 Added man 2021-06-14 16:47:20 -04:00
TommyTran732
052da89f40 Update kernel parameters
Update kernel parameters to include the correct encryption key
2021-06-11 18:27:03 -04:00
TommyTran732
e51d5e716f Put the encryption key to its own subvol
Putting the encryption key into it's own subvolume so that it can be excluded from BTRFS snapshots/backups
2021-06-11 17:01:21 -04:00
TommyTran732
1154a578cc Update install.sh 2021-05-22 06:53:23 -04:00