Get initial setup working #1
Owner
No description provided.
feat(os): Get initial script set up (#1)
docs(os): Set up README.md markdown outline (#1)
fix(iso): Do an initial pacman database update (#1)
docs(iso): We don't care about partially upgrading our ISO (#1)
fix(zfs): After running github.com/eoli3n/archiso-zfs init script we need to reset shell colors (#1)
fix(zfs): Handle zpool list output (#1)
fix(zfs): Fix color reset in bash (#1)
fix(iso): Start reflector once before first package install (#1)
docs(os): Remind user to customize their OS (#1)
fix(os): chown instead of chmod works wonders (#1)
docs(os): Remind user about our AUR helper choice paru (#1)
fix(iso): Try running script (#1)
fix(iso): Update invocation command (#1)
docs(zbm): Explain prep steps (#1)
docs(zbm): Explain install and post-install steps (#1)
1-get-initial-setup-working #2
fix(os): systemd.network unit does not recognize [DHCPV4] (#1)
docs(os): Default timezone can be changed (#1)
docs(zbm): Add credits (#1)
docs(os): Clarify post-install steps (#1)
docs(os): Shorten docs (#1)
docs(os): Clarify username setup (#1)
docs(os): Clarify hostname choice (#1)
fix(iso): Remove test exit (#1)
fix(iso): Notify that we're running reflector otherwise it looks like script's hanging (#1)
fix(iso): Call correct path inside chroot (#1)
docs(zbm): Harmonize unordered list bullet points (#1)
docs(zbm): Trim unnecessary newline (#1)
fix(iso): You know we should really add ZFS files to chroot (#1)
refactor(os): Clean up initramfs generation (#1)
fix(os): Shorten initramfs build list (#1)
fix(zfs): keylocation file must not have newline (#1)
fix(zfs): Having keylocation readble for owner is fine (#1)
fix(os): Add plain text ZFS key file into initramfs, it lives inside an encrypted pool anyway (#1)
fix(os): Replace hard-coded ZFS key file name with variable (#1)
docs(zfs): Key file may have newline at the end, ZFS doesn't care (#1)
feat(os): chmod 0600 new initramfs files, they contain our pool password (#1)
refactor(os): Remove existing initramfs fallback files when we remove them from build instructions (#1)
refactor(os): Earlier systemd path unit setup (#1)
docs(zfs): Explain ZFS dataset structure in plain English (#1)
docs(zfs): Expand on ZFS bootfs property (#1)
refactor(iso): Keep partition count vars local (#1)
refactor(iso): Uppercase partition type (#1)
refactor(iso): No need to hard-fail when more than one of a partition type exists, we ask for a choice instead (#1)
feat(iso): Interactively ask for ZFS/EFI partition choice if needed (#1)
refactor(iso): Rewrite get_drive_id to be more broadly applicable (#1)
refactor(iso): Loically sort no_zpool_exists lower (#1)
refactor(iso): Use refactored get_drive_id to get drive ID (#1)
refactor(iso): Rely on select_part for EFI partition identification (#1)
refactor(iso): Rely on select_part for ZFS partition identification (#1)
refactor(iso): Trust that ZFS partition selection works, remove if-else clause (#1)
refactor(iso): ZFS partition selection happens only inside setup_zpool (#1)
fix(os): After adding new systemd unit files we need to daemon-reload (#1)
fix(os): In chroot without active systemd 'enable --now' won't work (#1)
fix(os): Actually scratch daemon-reload, no daemon here to reload in a chroot (#1)
feat(os): For default AUR builds increase makepkg core use (#1)
fix(iso): Unleash makepkg core count (#1)
fix(iso): Don't store subshell error msgs in vars, exit completely (#1)
refactor(iso): Keep drive_id local (#1)
refactor(iso): drive_id can be a list without us knowing (#1)
refactor(iso): When multiple drive IDs pick lexicographically first (#1)
docs(zbm): bootfs property indicates preferred/default boot environment (#1)
docs(os): Add a getting started motd (#1)
feat(os): Always do 5 parallel pacman downloads (#1)
feat(os): Enable the reflector systemd service unit (#1)
fix(zfs): If we're seeing more than one ZFS partition exit (#1)
refactor(iso): Indicate that zpool_drive will be used globally (#1)
refactor(iso): Correctly print and exit when in subshell (#1)
refactor(iso): Try to pick EFI partition on same drive as zpool (#1)
refactor(iso): Local var is sensible (#1)
refactor(iso): If we fail to pick a single EFI partition just exit (#1)
refactor(iso): Remove unused var (#1)
refactor(iso): Do JSON tree output (#1)
refactor(iso): Always pick EFI partition based on ZFS drive selection (#1)
refactor(iso): Always pick EFI partition based on ZFS drive selection (#1)
fix(iso): Close quote (#1)
fix(iso): Only pick ZFS/BF00 partition for install (#1)
fix(iso): Don't unleash too early when no makepkg exists (#1)
fix(iso): Fix EFI part UUID (#1)
fix(iso): Propagate EFI drive to efibootmgr (#1)
fix(zfs): chmod 000 ZFS encryption keyfile per ZBM's docs (#1)
feat(zfs): Explain password change and caveats (#1)
fix(os): Find /etc/makepkg.conf both with and without chroot (#1)
feat(os): Let's assume we want a DNS server pushed via DHCP (#1)
docs(zfs): Explain how to rekey all data with new master key after user key change (#1)
docs(zfs): Reformat password change headline (#1)
docs(zfs): Minor style fixes (#1)
fix(zfs): After password change always zfs change-key (#1)
docs(zfs): Clarify reencryption in flight (#1)
docs(zfs): Clarify reboot first, then update encryptionroot (#1)
docs(zfs): Explain how to confirm new master key (#1)
docs(zfs): Typo (#1)
docs(zfs): Add Unmap/TRIM commands (#1)
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?