Skip to content

Commit

Permalink
Debug script now cleans user blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Jan 16, 2024
1 parent 1b2a589 commit 61cec80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/debug-rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
rm ./boot.sh > /dev/null 2>&1
rm ./resources/config.sh > /dev/null 2>&1
rm ./blobs/*.apb > /dev/null 2>&1
rm ./blobs/user/*.apb > /dev/null 2>&1
rm ./HDD.qcow2 > /dev/null 2>&1
rm ./boot-noPT.sh > /dev/null 2>&1
rm ./vfio-args.txt > /dev/null 2>&1
Expand Down

0 comments on commit 61cec80

Please sign in to comment.