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 9ccf659 commit c5b42a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,14 @@ jobs:
sed -i "s#/dev/loop0#$loop_device#g" ${{ matrix.config_installer.config_file }}
# Refresh the loop device partition table
sudo partprobe "$loop_device" || sudo losetup -c "$loop_device"
sudo kpartx -a -v "$loop_device"
sudo udevadm settle
#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*
ls -l /dev/mapper/loop*
- name: Run the installer
run: ${{ matrix.config_installer.installer }} config ${{ matrix.config_installer.config_file }}
Expand Down

0 comments on commit c5b42a8

Please sign in to comment.