117 Commits

Author SHA1 Message Date
f0c75b735b docs(os): Typo (#3) 2023-03-27 23:19:58 +02:00
85e2640471 docs(os): We scan for a zpool in /dev/disk/by-partuuid now, (#3) 2023-03-27 23:15:46 +02:00
535073a3c2 docs(os): Typo (#3) 2023-03-27 23:13:00 +02:00
412eb93c60 docs(os): Typo (#3) 2023-03-27 23:10:47 +02:00
0cd149f8cb docs(os): Typo (#3) 2023-03-27 23:00:19 +02:00
8f131e3aaf docs(os): Typo (#3) 2023-03-27 22:57:17 +02:00
ecc33655db docs(ZFS): Explain adding a new BE-independent dataset (#3) 2023-03-27 22:53:38 +02:00
9af9572f36 docs(os): Typo (#3) 2023-03-27 16:11:58 +02:00
adde942cff docs(os): Typo (#3) 2023-03-27 02:47:30 +02:00
4973217ff5 docs(os): Typo (#3) 2023-03-27 02:46:13 +02:00
6cecb438a7 docs(os): Typo (#3) 2023-03-27 02:44:46 +02:00
5f8f407e95 docs(os): Typo (#3) 2023-03-27 02:42:49 +02:00
16c746e9d4 feature(zfs): Optionally don't compress and/or don't encrypt (#3) 2023-03-27 02:40:27 +02:00
2f209db426 refactor(os): Check efibootmgr output quitely (#3) 2023-03-27 02:25:51 +02:00
ef029186fe docs(os): Explain static systemd network config (#3) 2023-03-27 02:25:23 +02:00
ba181c5fce feat(zfs): Allow toggle for compression and encryption (#3) 2023-03-27 00:46:16 +02:00
7f2b16c6a4 fix(os): Stop pacman from doing it's CheckSpace on ZFS (#3) 2023-03-27 00:45:43 +02:00
7384dd769b docs(os): Explain sgdisk disk setup (#3) 2023-03-26 21:14:45 +02:00
af9deec753 docs(os): EFI partition must be mountable (#3) 2023-03-26 19:11:50 +02:00
005fe43352 refactor(os): We look for partition IDs in /dev/disk/by-partuuid (#3) 2023-03-26 19:03:20 +02:00
b9da09402a fix(os): Identify disk by partition UUID (#3) 2023-03-26 17:26:02 +02:00
12038d3eaf docs(zfs): First clean-up then Unmap/TRIM 2023-03-05 06:04:00 +01:00
fefabf2c6e docs(zfs): Add Unmap/TRIM commands (#1) 2023-03-05 06:02:11 +01:00
176a7e89b8 Merge pull request '1-get-initial-setup-working' (#2) from 1-get-initial-setup-working into main
Reviewed-on: #2
2023-03-05 03:02:47 +00:00
1c17351d86 docs(zfs): Typo (#1) 2023-03-05 04:01:50 +01:00
9943b6c61b docs(zfs): Explain how to confirm new master key (#1) 2023-03-05 04:00:51 +01:00
a19adbfe28 docs(zfs): Clarify reboot first, then update encryptionroot (#1) 2023-03-05 04:00:26 +01:00
10c9ae589f docs(zfs): Clarify reencryption in flight (#1) 2023-03-05 04:00:00 +01:00
930d5f4687 fix(zfs): After password change always zfs change-key (#1) 2023-03-05 03:59:25 +01:00
60136f4807 docs(zfs): Minor style fixes (#1) 2023-03-05 03:59:06 +01:00
9b11a12f4c docs(zfs): Reformat password change headline (#1) 2023-03-05 03:58:15 +01:00
bfc6f814ef docs(zfs): Explain how to rekey all data with new master key after user key change (#1) 2023-03-05 03:34:59 +01:00
a2ca77b70a feat(os): Let's assume we want a DNS server pushed via DHCP (#1) 2023-03-04 23:43:11 +01:00
58919e0d7f fix(os): Find /etc/makepkg.conf both with and without chroot (#1) 2023-03-04 23:21:06 +01:00
dd1fcb0c72 feat(zfs): Explain password change and caveats (#1) 2023-03-04 23:12:49 +01:00
96ab417c72 fix(zfs): chmod 000 ZFS encryption keyfile per ZBM's docs (#1) 2023-03-04 18:09:34 +01:00
a5f32cfe76 fix(iso): Propagate EFI drive to efibootmgr (#1) 2023-02-23 03:42:30 +01:00
05f2aa8035 fix(iso): Fix EFI part UUID (#1) 2023-02-23 03:22:00 +01:00
877e948941 fix(iso): Don't unleash too early when no makepkg exists (#1) 2023-02-23 03:21:09 +01:00
e1a6599a6e fix(iso): Only pick ZFS/BF00 partition for install (#1) 2023-02-23 02:38:22 +01:00
616272a069 fix(iso): Close quote (#1) 2023-02-23 02:22:51 +01:00
5cad96b5e2 refactor(iso): Always pick EFI partition based on ZFS drive selection (#1) 2023-02-23 02:16:12 +01:00
91f4022ad1 refactor(iso): Always pick EFI partition based on ZFS drive selection (#1) 2023-02-23 02:08:08 +01:00
60b8ff36d5 refactor(iso): Do JSON tree output (#1) 2023-02-23 02:03:37 +01:00
c3833c397b refactor(iso): Remove unused var (#1) 2023-02-23 01:56:09 +01:00
3df24d8311 refactor(iso): If we fail to pick a single EFI partition just exit (#1) 2023-02-23 01:54:22 +01:00
e36822678c refactor(iso): Local var is sensible (#1) 2023-02-23 01:53:57 +01:00
05b6a1aeaa refactor(iso): Try to pick EFI partition on same drive as zpool (#1) 2023-02-23 01:53:40 +01:00
d18ad238d5 refactor(iso): Correctly print and exit when in subshell (#1) 2023-02-23 01:52:10 +01:00
38ca0c9cd3 refactor(iso): Indicate that zpool_drive will be used globally (#1) 2023-02-23 01:51:19 +01:00