{"id":14986155,"url":"https://github.com/dotzero/vagrant-debian-jessie","last_synced_at":"2025-04-10T01:16:30.952Z","repository":{"id":8388414,"uuid":"9964077","full_name":"dotzero/vagrant-debian-jessie","owner":"dotzero","description":"Automatic Debian 8 Vagrant base box building on OSX, Linux and Windows","archived":false,"fork":false,"pushed_at":"2016-04-30T16:21:13.000Z","size":98,"stargazers_count":193,"open_issues_count":1,"forks_count":97,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-10T01:16:22.548Z","etag":null,"topics":["debian","linux","osx","shell","vagrant","windows"],"latest_commit_sha":null,"homepage":"https://github.com/dotzero/vagrant-debian-jessie","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-09T17:07:07.000Z","updated_at":"2025-01-18T18:49:58.000Z","dependencies_parsed_at":"2022-07-31T01:07:50.862Z","dependency_job_id":null,"html_url":"https://github.com/dotzero/vagrant-debian-jessie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotzero%2Fvagrant-debian-jessie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotzero%2Fvagrant-debian-jessie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotzero%2Fvagrant-debian-jessie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotzero%2Fvagrant-debian-jessie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotzero","download_url":"https://codeload.github.com/dotzero/vagrant-debian-jessie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","linux","osx","shell","vagrant","windows"],"created_at":"2024-09-24T14:12:26.589Z","updated_at":"2025-04-10T01:16:30.936Z","avatar_url":"https://github.com/dotzero.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nThis script will:\n\n 1. download and verify the latest `Debian \"Jessie\"` ISO\n 2. ... do some magic to turn it into a vagrant box file\n 3. output `debian-jessie-i386.box` or `debian-jessie-amd64.box`\n\n## Requirements\n\n * [Oracle VM VirtualBox](https://www.virtualbox.org/)\n * [Vagrant](https://www.vagrantup.com/)\n * `mkisofs` for generating a custom Debian CD image\n * `7zip` for unpacking the Debian ISO image\n * `md5sum` or `md5` for Debian ISO image hash check\n\n## Usage on OSX\n\n    ./build.sh\n\nThis should do everything you need. If you don't have `mkisofs` or `p7zip`, install [homebrew](http://brew.sh/), then:\n\n    brew install cdrtools\n    brew install p7zip\n\nTo add `debian-jessie-amd64.box` with name `debian-jessie` into vagrant:\n\n    vagrant box add \"debian-jessie\" debian-jessie-amd64.box\n\n## Usage on Linux\n\n    ./build.sh\n\nThis should do everything you need. If you don't have `mkisofs` or `p7zip`:\n\n    sudo apt-get install genisoimage\n    sudo apt-get install p7zip-full\n\nTo add `debian-jessie-amd64.box` with name `debian-jessie` into vagrant:\n\n    vagrant box add \"debian-jessie\" debian-jessie-amd64.box\n\n## Usage on Windows (under cygwin/git shell)\n\n    ./build.sh\n\nTested under Windows 7 with this tools:\n\n * [cpio](http://gnuwin32.sourceforge.net/packages/cpio.htm)\n * [md5](http://www.fourmilab.ch/md5/)\n * [7zip](http://www.7-zip.org/)\n * [mkisofs](http://sourceforge.net/projects/cdrtoolswin/)\n\nTo add `debian-jessie-amd64.box` with name `debian-jessie` into vagrant:\n\n    vagrant box add \"debian-jessie\" debian-jessie.box\n\n## Environment variables\n\nYou can affect the default behaviour of the script using environment variables:\n\n    VAR=value ./build.sh\n\nThe following variables are supported:\n\n* `ARCH` - Architecture to build. Either `i386` or `amd64`. Default is `amd64`;\n\n* `DEBIAN_CDIMAGE` - Domain to download the Debian installer from. Default is `cdimage.debian.org`. Example: `ftp.de.debian.org`;\n\n* `PRESEED` — Path to custom preseed file. May be useful when if you need some customizations for your private base box (user name, passwords etc.);\n\n* `LATE_CMD` — Path to custom late_command.sh. May be useful when if you need some customizations for your private base box (user name, passwords etc.);\n\n* `VM_GUI` — If set to `yes` or `1`, disables headless mode for vm. May be useful for debugging installer;\n\n## License\n\nLicensed under the MIT license: http://www.opensource.org/licenses/mit-license.php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotzero%2Fvagrant-debian-jessie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotzero%2Fvagrant-debian-jessie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotzero%2Fvagrant-debian-jessie/lists"}