File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 vmcoreinfo = yes
77 start_vm = no
88 tmp_dir = " /var/tmp"
9- get_avail_disk = df -h /home | grep home | awk -F " G " ' {print $3} '
9+ get_avail_disk = df -BG /home | awk ' NR==2 {print $4} ' | sed ' s/G// '
1010 unzip_cmd = ' powershell -command "Expand-Archive %s:\M emory.dmp.zip %s:"'
1111 unzip_timeout = 1800
1212 dump_file = Memory.dmp
Original file line number Diff line number Diff line change 99 start_vm = no
1010 setup_verifier = no
1111 tmp_dir = " /home/tmp"
12- get_avail_disk = df -h /home | grep home | awk -F " G " ' {print $3} '
12+ get_avail_disk = df -BG /home | awk ' NR==2 {print $4} ' | sed ' s/G// '
1313 unzip_cmd = ' powershell -command "Expand-Archive %s:\M emory.dmp.zip %s:"'
1414 unzip_timeout = 1800
1515 dump_file = Memory.dmp
Original file line number Diff line number Diff line change 288288 device_name = " QEMU FwCfg Device"
289289 device_hwid = ' "ACPI\V EN_QEMU&DEV_0002"'
290290 tmp_dir = " /home/tmp"
291- get_avail_disk = df -h /home | grep home | awk -F " G " ' {print $3} '
291+ get_avail_disk = df -BG /home | awk ' NR==2 {print $4} ' | sed ' s/G// '
292292 unzip_cmd = ' powershell -command "Expand-Archive %s:\M emory.dmp.zip %s:"'
293293 unzip_timeout = 1800
294294 dump_file = Memory.dmp
You can’t perform that action at this time.
0 commit comments