Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Dec 17, 2024
1 parent c5b42a8 commit ff5e868
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Install dependencies
run: pacman -Syyu --noconfirm aegis grub mkinitcpio jq multipath-tools
run: pacman -Syyu --noconfirm aegis grub mkinitcpio jq

- name: Retrieve install configuration
run: curl -O https://raw.githubusercontent.com/Athena-OS/athena/refs/heads/main/tests/${{ matrix.config_installer.config_file }}
Expand Down Expand Up @@ -61,12 +61,7 @@ jobs:
parted -s "$loop_device" -- set 1 esp on
parted -s "$loop_device" -- mkpart primary btrfs 512MiB 100%
sed -i "s#/dev/loop0#$loop_device#g" ${{ matrix.config_installer.config_file }}
# Refresh the loop device partition table
sudo kpartx -a -v "$loop_device"
#mknod "${loop_device}p1" b 259 0 # Manually create because hosted-runner kernel does not refresh /dev
#mknod "${loop_device}p2" b 259 1
echo "System Disk Layout:"
lsblk
ls -la /dev/loop3*
Expand Down

0 comments on commit ff5e868

Please sign in to comment.