https://github.com/loglux/krd-update
Automatic AV bases update for Kaspersky Rescue Disk 18
https://github.com/loglux/krd-update
av-bases kaspersky-rescue-disk krd pxe pxe-boot pxe-server pxelinux
Last synced: 8 months ago
JSON representation
Automatic AV bases update for Kaspersky Rescue Disk 18
- Host: GitHub
- URL: https://github.com/loglux/krd-update
- Owner: loglux
- Created: 2020-02-01T22:23:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T10:26:10.000Z (over 5 years ago)
- Last Synced: 2025-01-07T19:39:30.457Z (over 1 year ago)
- Topics: av-bases, kaspersky-rescue-disk, krd, pxe, pxe-boot, pxe-server, pxelinux
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AV bases update for Kaspersky Resque Disk 18
This script updates Kaspersky Rescue Disk Antivirus databases.
The script checks whether AV bases were updated or not. If they did, it downloads new AV bases and corrects information in the configuration.
## Usage
Unpack disk into the folder (krd, for example)
Edit the variable 'KRD=', putting here the path to the directory where your unpacked KRD is stored.
Set up CRON to launch the script automatically.
## Example for CRON
```
30 */3 * * * /share/Public/tftp/disks/krd/krduptate.sh
```
## Example for PXE config
I use http and nfs.
```
LABEL Kaspersky Rescue Disk 18
MENU LABEL Kaspersky Rescue Disk 18 EN
KERNEL disks/krd/boot/grub/k-x86_64
APPEND initrd=http://192.168.10.153:888/krd/boot/grub/initrd.xz netboot=nfs://192.168.10.153:/Public/tftp/disks/krd rw net.ifnames=0 lang=en dostartx vga=791
```
## PXE settings examples from Kaspersky:
https://support.kaspersky.com/15271
https://support.kaspersky.ru/15271