https://github.com/pixline/packer-devuan
Minimal Devuan 4.0 (Chimaera) Vagrant box generated via Packer
https://github.com/pixline/packer-devuan
devuan packer vagrant-box
Last synced: about 1 year ago
JSON representation
Minimal Devuan 4.0 (Chimaera) Vagrant box generated via Packer
- Host: GitHub
- URL: https://github.com/pixline/packer-devuan
- Owner: pixline
- License: mit
- Created: 2017-12-18T17:36:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T20:56:28.000Z (over 4 years ago)
- Last Synced: 2025-02-02T09:46:04.637Z (about 1 year ago)
- Topics: devuan, packer, vagrant-box
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devuan 4.0 (Chimaera) packer template
This Packer template is intended to be a starting point for a minimal custom [Devuan 4.0 (Chimaera)](https://devuan.org/) vagrant box.
## Highlights:
* Final image size: ~440MB
* VBox Guest Additions
* Usable shell setup: ([Zsh](http://www.zsh.org/) with [GRML.org zshrc](http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc))
* No systemd! :grin:
## Requirements ( = tested with )
* [Packer](https://www.packer.io/) >= 1.7.0
* [VirtualBox](https://www.virtualbox.org/) >= 6.1
* [Vagrant](https://www.vagrantup.com/) >= 2.2.14
## Usage
```
packer init
packer build devuan.pkr.hcl
vagrant up
```
## Credits
Preseed.cfg file ~~blatantly copied from~~ heavily inspired by [tylert/packer-build](https://github.com/tylert/packer-build/blob/master/source/debian/11_bullseye/base.preseed) and [bgstack15 blog post](https://bgstack15.wordpress.com/2020/03/26/use-virt-install-to-fully-automate-the-install-for-devuan-ceres-with-preseed-march-2020-edition/).