177 Commits

Author SHA1 Message Date
1a138068d1 refactor(zbm): No ZBM image versioning beyond a main and a backup file (#3) 2023-10-22 15:47:24 +02:00
7133883a5e docs(zfs): Explain how to mount externally (#3) 2023-10-22 15:29:46 +02:00
ae00207947 refactor(zbm): Point to chroot (#3) 2023-10-22 15:26:50 +02:00
108883fd11 docs(meta): Update lsblk output (#3) 2023-10-22 14:48:46 +02:00
cc6e17f06c fix(zbm): Correctly set EFI loader paths (#3) 2023-10-22 14:42:24 +02:00
214f82becf fix(zbm): Use a known good stub loader file (#3)
This works around https://github.com/zbm-dev/zfsbootmenu/issues/503
2023-10-22 14:41:46 +02:00
0fa1564405 fix(zbm): We may want to actually run our ZBM postconf hook (#3) 2023-10-22 03:22:12 +02:00
a9c9b3d788 refactor(iso): Typo (#3) 2023-10-22 02:00:16 +02:00
d3be536516 refactor(iso): Typo (#3) 2023-10-22 01:59:42 +02:00
5d359a3f39 refactor(iso): No kernel updates in ISO (#3) 2023-10-22 01:52:33 +02:00
290e659d29 refactor(zfs): Single-quote dataset options for consistency (#3) 2023-10-22 01:39:57 +02:00
f2213c2ec2 refactor(meta): Unify ISO name (#3) 2023-10-22 01:38:59 +02:00
4645a44333 docs(meta): UPdate lsblk output (#3) 2023-10-22 01:38:05 +02:00
863cee4322 refactor(meta): Remove trailing whitespace (#3) 2023-10-22 01:35:45 +02:00
9d41aabb3e docs(meta): Start with a one-liner (#3) 2023-10-22 01:34:49 +02:00
d1407f00a9 refactor(meta): Update function numbering (#3) 2023-10-21 05:14:38 +02:00
767e9c3b42 refactor(meta): Reorder functions (#3) 2023-10-21 05:09:25 +02:00
915ded9c1b refactor(zbm): Update UEFI boot entries when images are done (#3) 2023-10-21 05:08:22 +02:00
598b176ec6 refactor(zbm): Add ZBM postconf hook (#3)
We're adding this to our chroot after we've
generated a ZBM UEFI image file /without/
this hook script. It's meant to run only in our real
OS.
2023-10-21 05:07:02 +02:00
dcc3cf7d93 refactor(zbm): Streamline ZBM image creation (#3) 2023-10-21 05:05:17 +02:00
be63ed90ad refactor(zbm): We're not building in Arch Linux live CD ISO image (#3)
We don't need rsync anymore either since we
won't have to shuffle UEFI images around.
2023-10-21 05:03:09 +02:00
abffd08c1e feat(zbm): Add ZBM postconf hook to update UEFI bootnums (#3) 2023-10-21 04:48:11 +02:00
b36d4d33c3 refactor(os): pacman install in one go (#3) 2023-10-21 01:54:28 +02:00
b0c50f3323 refactor(os): Get ZFS modules installed before we need them (#3) 2023-10-21 01:25:22 +02:00
da88ec53a6 refactor(meta): ZFS installs in one go should now work (#3) 2023-10-21 00:58:23 +02:00
e92a22c005 refactor(meta): Quoting because we can (#3) 2023-10-21 00:57:57 +02:00
de4f3f2066 refactor(os): Do normal pacman installs, don't prepend keyring nor ZFS installs (#3) 2023-10-21 00:57:32 +02:00
c7e59ba0cb refactor(meta): Explain fd 3 logging and add more of it (#3) 2023-10-21 00:56:26 +02:00
b5c9ba4127 refactor(meta): Print key log output to stdout without capturing it in subshells (#3) 2023-10-21 00:34:13 +02:00
40948ddbae refactor(meta): Print key log output to stdout without capturing it in subshells (#3) 2023-10-21 00:32:16 +02:00
8566b41452 refactor(iso): Inform user partition's missing (#3) 2023-10-21 00:19:30 +02:00
e08697b7fa feat(os): Add a few /etc/motd pointers (#3) 2023-10-20 23:34:31 +02:00
589d66d22b fix(zfs): Make sure root dataset cannot be mounted on accident (#3) 2023-10-20 22:47:05 +02:00
61be86a820 fix(zbm): Update ESP paths to images, install both recovery and release (#3) 2023-10-20 22:34:19 +02:00
b34842434e refactor(os): Get ZFS modules installed before we need them (#3) 2023-10-20 22:17:13 +02:00
c46c78ba92 refactor(os): Set up locale before we do pacman work (#3) 2023-10-20 21:57:27 +02:00
6c25b92113 fix(iso): Force-refresh pkg list, force-upgrade and downgrade pkgs to exactly match repos (#3) 2023-10-20 21:44:30 +02:00
8ad2694dd4 fix(os): Mount chroot before building zfsbootmenu-efi-bin package (#3) 2023-10-20 19:26:05 +02:00
362abe39fc fix(os): Install ZFS as a dependency before building zfsbootmenu-efi-bin package (#3) 2023-10-20 19:21:41 +02:00
c5e0216041 fix(os): Increase CoW space before we start (#3) 2023-10-20 19:19:35 +02:00
9550eceaab feat(os): Replace manually building ZBM UEFI image with AUR package (#3) 2023-10-20 19:04:55 +02:00
4cebd834de fix(os): Enable reflector.timer unit (#3) 2023-10-20 19:03:40 +02:00
7a07b18156 fix(os): Write root password with specific --crypt-method (#3) 2023-10-20 19:01:59 +02:00
7093621049 refactor(meta): Update function numbering (#3) 2023-10-20 18:58:25 +02:00
503ab0b58b feat(os): Replace manually building ZBM UEFI image with AUR package (#3) 2023-10-20 18:48:50 +02:00
b63164f2ad feat(os): Give ourselves rsync in chroot (#3) 2023-10-20 18:30:58 +02:00
e9602491df feat(os): Install base-devel and git before we chroot (#3) 2023-10-20 17:43:46 +02:00
148f930636 refactor(os): Allow AUR helper to replace itself (#3) 2023-10-20 16:30:29 +02:00
66eb02ff7d refactor(meta): Add function numbering (#3) 2023-10-20 15:41:17 +02:00
5cb1e6b1f2 refactor(os): Remind ourselves /etc/pacman.conf is ephemeral (#3) 2023-10-20 15:37:56 +02:00