Skip to content

Commit

Permalink
Update distribution version, switch to rEFInd and systemd-boot
Browse files Browse the repository at this point in the history
Signed-off-by: Yǔchēn Guō 郭宇琛 <[email protected]>
  • Loading branch information
Yǔchēn Guō 郭宇琛 authored and gmelikov committed Jan 24, 2024
1 parent 21f2901 commit 354588f
Show file tree
Hide file tree
Showing 9 changed files with 265 additions and 1,395 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/test_zfs_root_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ jobs:
sudo apt install --yes git jq parted
sudo apt install --yes whois curl
sudo apt install --yes arch-install-scripts
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test NixOS guide
run: |
sudo PATH="${PATH}" NIX_PATH="${NIX_PATH}" ./scripts/zfs_root_guide_test.sh nixos
- name: Test Alpine Linux guide
run: |
sudo ./scripts/zfs_root_guide_test.sh alpine
- name: Test Root on ZFS maintenance guide
run: |
sudo ./scripts/zfs_root_guide_test.sh maintenance
- name: Test Arch Linux guide
run: |
sudo ./scripts/zfs_root_guide_test.sh archlinux
Expand All @@ -66,14 +69,8 @@ jobs:
- name: Test RHEL guide
run: |
sudo ./scripts/zfs_root_guide_test.sh rhel
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test NixOS guide
run: |
sudo PATH="${PATH}" NIX_PATH="${NIX_PATH}" ./scripts/zfs_root_guide_test.sh nixos
- uses: actions/upload-artifact@v3
with:
name: installation-scripts
path: |
*.sh
*.sh
Loading

0 comments on commit 354588f

Please sign in to comment.