Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Spin up a vanilla Debian Etch 4.0_r9 box with Packer and Vagrant

License

Notifications You must be signed in to change notification settings

tsondt/debian-etch-packer-vagrant

Repository files navigation

Packer Template and Vagrantfile for Debian Etch

Packer Template and Vagrantfile to spin up a vanilla Debian Etch box from the network install ISO.

Usages

You will need Packer and Vagrant in your path.

Debian Etch 4.0_r9 network install ISO: Download

SHA256SUM f451c3adf52feb2618cd458fdd758bf29330788f3eb721aaf9f5cba8c20b1d61

(Notes: The iso file and its SHA256SUM provided in this repo are for reference only, it is recommended to download the iso image directly from cdimage.debian.org and verify its authenticity)

Debian Etch example-preseed.txt: Link

git clone https://github.com/tsondt/debian-etch-packer-vagrant
packer build debian4.json
vagrant box add --name debian4 debian4_virtualbox.box
vagrant up
ssh -p 2222 root@127.0.0.1

Default SSH username/password is root/t00r.

Clean up:

vagrant destroy
vagrant box remove debian4
rm -f debian4_virtualbox.box

About

Spin up a vanilla Debian Etch 4.0_r9 box with Packer and Vagrant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published