Scripts to build a Vagrant image for Debian Squeeze 32bit
License
BrianGilbert/vagrant-debian-squeeze-32
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
About ----- This script will: 1. download the Debian Squeeze, 32bit iso netinst 2. ... do some magic to turn it into a vagrant box file 3. output package.box Usage ----- > ./build.sh This should do everything you need. If you don't have mkisofs, install macports, then: sudo port install cdrtools If you get "ERROR: mkisofs not found. Aborting." then use homebrew to install cdrtools. > brew install cdrtools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Joonas' notes ------------- Forked off https://github.com/cal/vagrant-ubuntu-precise-64 Made it: - build a 32 bit Debian stable instead of Ubuntu. - zero the image before exporting a package (requires a lot of disk space) Ben's notes ----------- Forked Carl's repo, and it sort of worked out of the box. Tweaked office 12.04 release: - Downloading 12.04 final release. (Today as of this writing) - Checking MD5 to make sure it is the right version - Added a few more checks for external dependencies, mkisofs - Removed wget, and used curl to reduce dependencies - Added more output to see what is going on - Still designed to work on Mac OS X :) ... though it should work for Linux systems too (maybe w/ a bit of porting) Carl's original README ---------------------- Decided I wanted to learn how to make a vagrant base box. Let's target Precise Pangolin since it should be releasing soon, I said. Let's automate everything, I said. Let's do it all on my macbook, I said. Woo.
About
Scripts to build a Vagrant image for Debian Squeeze 32bit
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published