- UTC set
- /var /usr /home /tmp are on separate partitions
- /home /tmp are mounted with nosuid, nodev and noexec
- Lenny 5.0.10
- Squeeze 6.0.10
- Wheezy 7.4.0
- Jessie 8.1.0
- 12.04 Precise Pangolin
- 13.04 Raring Ringtail
- 13.10 Saucy Salamander
- 14.10 Utopic Unicorn
add Ubuntu boxes for:
- 12.10 Quantal Quetzal
$ brew tap homebrew/binary
$ brew install packer
$ git clone https://github.com/lxhunter/packer-templates.git
# move into the folder
$ cd packer-templates/templates/debian
$ packer build debian-lenny-5.0.10-amd64-netinst.json
$ packer build -only=virtualbox-iso debian-lenny-5.0.10-amd64-netinst.json
$ packer build -only=vmware-iso debian-lenny-5.0.10-amd64-netinst.json
$ vagrant box add debian-lenny-5.0.10-amd64-netinst-provisionerless ../../virtualbox/debian-lenny-5.0.10-amd64-netinst-provisionerless.box
$ vagrant box add debian-lenny-5.0.10-amd64-netinst-provisionerless ../../vmware/debian-lenny-5.0.10-amd64-netinst-provisionerless.box
In the words of Friedrich Nietzsche:
"To live is to suffer, to survive is to find some meaning in the suffering."
Heavily stolen from: basebox-packer
Author:: Alexander Jäger
Copyright 2014
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.