Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.12 KB

kali-virt-installer

Requirements

  • virt-installcommand

Usage

./install

# you can set argument as follows:
# DISK_SIZE="120" EXTRA_ARGS="DEBCONF_DEBUG=5 mirror/http/proxy=http://192.168.1.123:3142" ./install

# debug by priority=low
# EXTRA_ARGS="priority=low mirror/http/proxy=http://192.168.0.103:3142" ./install

You can customize a post install script post.sh.

References