|
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 |
|
|
fdc9046726
|
fix(zfs): If we're seeing more than one ZFS partition exit (#1)
|
2023-02-23 01:27:10 +01:00 |
|
|
e443f66832
|
feat(os): Enable the reflector systemd service unit (#1)
|
2023-02-23 01:18:18 +01:00 |
|
|
c66e910146
|
feat(os): Always do 5 parallel pacman downloads (#1)
|
2023-02-23 01:15:13 +01:00 |
|
|
f9b2f144a6
|
docs(os): Add a getting started motd (#1)
|
2023-02-23 01:13:26 +01:00 |
|
|
ac0e7dadf1
|
docs(zbm): bootfs property indicates preferred/default boot environment (#1)
|
2023-02-23 01:03:29 +01:00 |
|
|
f9cb8c57a3
|
refactor(iso): When multiple drive IDs pick lexicographically first (#1)
|
2023-02-23 01:00:11 +01:00 |
|
|
5ea002201f
|
refactor(iso): drive_id can be a list without us knowing (#1)
|
2023-02-23 00:58:01 +01:00 |
|
|
73258c22b0
|
refactor(iso): Keep drive_id local (#1)
|
2023-02-23 00:57:06 +01:00 |
|
|
d5f6e62b56
|
fix(iso): Don't store subshell error msgs in vars, exit completely (#1)
|
2023-02-23 00:56:03 +01:00 |
|
|
61cffda88b
|
fix(iso): Unleash makepkg core count (#1)
|
2023-02-23 00:48:17 +01:00 |
|
|
1290869dfe
|
feat(os): For default AUR builds increase makepkg core use (#1)
|
2023-02-21 03:53:58 +01:00 |
|
|
35dacb977c
|
fix(os): Actually scratch daemon-reload, no daemon here to reload in a chroot (#1)
|
2023-02-21 03:46:27 +01:00 |
|
|
0f6cc4aa13
|
fix(os): In chroot without active systemd 'enable --now' won't work (#1)
|
2023-02-21 03:41:36 +01:00 |
|
|
8aa2f6ea44
|
fix(os): After adding new systemd unit files we need to daemon-reload (#1)
|
2023-02-21 03:39:18 +01:00 |
|
|
97bebe9a99
|
refactor(iso): ZFS partition selection happens only inside setup_zpool (#1)
|
2023-02-21 03:27:56 +01:00 |
|
|
1fb3cc37eb
|
refactor(iso): Trust that ZFS partition selection works, remove if-else clause (#1)
|
2023-02-21 03:02:57 +01:00 |
|
|
a970a3d179
|
refactor(iso): Rely on select_part for ZFS partition identification (#1)
|
2023-02-21 03:02:28 +01:00 |
|
|
c27f0e9c7c
|
refactor(iso): Rely on select_part for EFI partition identification (#1)
|
2023-02-21 03:01:57 +01:00 |
|
|
10440fc6d7
|
refactor(iso): Use refactored get_drive_id to get drive ID (#1)
|
2023-02-21 03:01:21 +01:00 |
|
|
ed737409e6
|
refactor(iso): Loically sort no_zpool_exists lower (#1)
|
2023-02-21 03:00:55 +01:00 |
|
|
ef03281a63
|
refactor(iso): Rewrite get_drive_id to be more broadly applicable (#1)
|
2023-02-21 03:00:25 +01:00 |
|
|
8d38827cd1
|
feat(iso): Interactively ask for ZFS/EFI partition choice if needed (#1)
|
2023-02-21 02:58:55 +01:00 |
|
|
49fe3deced
|
refactor(iso): No need to hard-fail when more than one of a partition type exists, we ask for a choice instead (#1)
|
2023-02-21 02:58:02 +01:00 |
|
|
b12c35ed07
|
refactor(iso): Uppercase partition type (#1)
|
2023-02-21 02:57:13 +01:00 |
|
|
c3708a098e
|
refactor(iso): Keep partition count vars local (#1)
|
2023-02-21 02:56:44 +01:00 |
|
|
c367be8845
|
docs(zfs): Expand on ZFS bootfs property (#1)
|
2023-02-21 01:03:29 +01:00 |
|
|
4bf236df75
|
docs(zfs): Explain ZFS dataset structure in plain English (#1)
|
2023-02-21 00:54:58 +01:00 |
|
|
155e36dc60
|
refactor(os): Earlier systemd path unit setup (#1)
|
2023-02-21 00:40:16 +01:00 |
|
|
23ca5f0c65
|
refactor(os): Remove existing initramfs fallback files when we remove them from build instructions (#1)
|
2023-02-21 00:38:55 +01:00 |
|
|
6cee2ab403
|
feat(os): chmod 0600 new initramfs files, they contain our pool password (#1)
|
2023-02-21 00:36:06 +01:00 |
|
|
0f099b1d45
|
docs(zfs): Key file may have newline at the end, ZFS doesn't care (#1)
|
2023-02-21 00:10:03 +01:00 |
|
|
6820fdfbb0
|
fix(os): Replace hard-coded ZFS key file name with variable (#1)
|
2023-02-20 23:59:13 +01:00 |
|
|
75757ee108
|
fix(os): Add plain text ZFS key file into initramfs, it lives inside an encrypted pool anyway (#1)
|
2023-02-20 23:58:23 +01:00 |
|
|
f4c4504e1d
|
fix(zfs): Having keylocation readble for owner is fine (#1)
|
2023-02-20 21:27:27 +01:00 |
|