Hello Steven. We don't have any other examples regarding this. You can use any available commands but we don't provide any assistance with it. Thank you.
Hi all,
I am starting to work on the AVG Rescue CD that is a great tool!
there is a load of information here https://share.avg.com/arl/ how the solution is put togather and compiled, but I have a question concerning the arl.conf.
we find examples of scripts that can be autorun when launched such as:
EXAMPLE 1: BOOT, SCAN + HEAL ALL DISKS, SAVE SCAN REPORT AND SHUT DOWN
main()
{
infobox "EULA" "Modified ARL is at your own risk!"
mount_init
scan_init
local scan_options="–arc --heur --pup --pup2"
local scan_report_file="/mnt/usb/scan_report_ifconfig eth0 | awk '/inet addr/{sub(/addr:/,\"\",$2); print $2}'
"
local volumes="echo \$(awk -F \\\" '{print $2}' $SCAN_VOLUMES_FILE)
"
scan_whitelist
avgscan -T $scan_options --heal --report "$scan_report_file" $VALUE $volumes
poweroff
}
my point would be to make such a script that would connect to the internet (eth or wifi), update, scan, heal, report etc…
where can we find the command / instruction for this.
thanks for any help,
Steven
Hello Steven. We don't have any other examples regarding this. You can use any available commands but we don't provide any assistance with it. Thank you.