Skip to content

Automatically Install Kali Linux with virt-install

Notifications You must be signed in to change notification settings

4n86rakam1/kali-virt-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kali-virt-installer

Requirements

  • virt-installcommand

Usage

./install

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

You can customize a post install script post.sh.

References