From b423b341c924c535e409b1c3f6db740a3e93ab5b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 May 2026 06:52:31 -0600 Subject: [PATCH] m0ar disk handling shit --- customscripts/dump_compressed_img_file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/dump_compressed_img_file.sh b/customscripts/dump_compressed_img_file.sh index 18e1436..0c92b91 100644 --- a/customscripts/dump_compressed_img_file.sh +++ b/customscripts/dump_compressed_img_file.sh @@ -3,7 +3,7 @@ set -e # fail explicitly on any error # todo: interactive, cli options disk=/dev/sda -outname="disk_image_$(date +%Y-%m-%d-%H%M-%Z)" +outname="test_disk_image_post0_$(date +%Y-%m-%d-%H%M-%Z)" outname="$outname.img.xz" # do the disk image dump using inline xz