Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian 7.0.0 definitions #47

Merged
merged 5 commits into from
May 15, 2013
Merged

Add Debian 7.0.0 definitions #47

merged 5 commits into from
May 15, 2013

Commits on May 13, 2013

  1. Add Debian 7.0.0 definitions

    This is a start on having Debian 7.0 basebox support in bento.
    
    Manual steps required for building at this time:
    
    - Hit enter to select American English on "Configure the Keyboard"
    - Hit enter to NOT scan another media on "Configure the package manager"
    - Hit enter to use network mirror on "Configure the package manager"
    
    64 and 32 bit baseboxes are already uploaded to the S3 bucket built
    with these definitions. They include Chef 11.4.4 because we haven't
    made baseboxes provisionerless (yet).
    
    The API that serves up Chef omnibus packages doesn't have Debian 7
    yet, so these have a chef-client.sh that hits the API with the Debian
    6 version requested.
    jtimberman committed May 13, 2013
    Configuration menu
    Copy the full SHA
    c8630cd View commit details
    Browse the repository at this point in the history
  2. Move debian 7 to provisionerless too

    jtimberman committed May 13, 2013
    Configuration menu
    Copy the full SHA
    7edf4f7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. [BENTO-36] Fix manual prompting for "Configure the Keyboard"

    Julian C. Dunn committed May 15, 2013
    Configuration menu
    Copy the full SHA
    786d82b View commit details
    Browse the repository at this point in the history
  2. [BENTO-36] Fix remaining manual prompts in auto-install. Suppress Deb…

    …ian's own Virtualbox extensions from being installed in the bento box. Switch to mirrors.kernel.org; the main Debian site doesn't seem to be the most reliable and causes builds to fail.
    Julian C. Dunn committed May 15, 2013
    Configuration menu
    Copy the full SHA
    65ee2ab View commit details
    Browse the repository at this point in the history
  3. [BENTO-36] Debian boxes need 'make' and 'dkms' for the VirtualBox Gue…

    …st Extensions compile to work properly.
    Julian C. Dunn committed May 15, 2013
    Configuration menu
    Copy the full SHA
    801c3b0 View commit details
    Browse the repository at this point in the history