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 dba2a30 commit d2d3e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
dd if=/dev/zero of=disk.img bs=1M count=20480 # Create a 20 GB disk image. Increase it if the workflow ends with no space left error during test installation
#loop_device=$(sudo losetup --find --partscan --show disk.img) # https://github.com/orgs/community/discussions/147257
loop_device="/dev/loop1"
sudo losetup -d "$loop_device"
#sudo losetup -d "$loop_device"
loop_device="/dev/loop3"
echo "Loop Device: $loop_device"
sudo losetup "$loop_device" disk.img # Attach the file as a loopback device
parted -s "$loop_device" -- mklabel gpt
Expand Down

0 comments on commit d2d3e1d

Please sign in to comment.