HeSYINUvSBZfxqA-veewee 0.2.0.2 → 0.203.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +53 -26
- data/Rakefile +41 -36
- data/lib/veewee.rb +2 -0
- data/lib/veewee/command.rb +1 -59
- data/lib/veewee/command/basebox.rb +63 -0
- data/lib/veewee/command/basebox_build.rb +32 -0
- data/lib/veewee/command/basebox_define.rb +28 -0
- data/lib/veewee/command/basebox_destroy.rb +22 -0
- data/lib/veewee/command/basebox_export.rb +22 -0
- data/lib/veewee/command/basebox_list.rb +23 -0
- data/lib/veewee/command/basebox_ostypes.rb +23 -0
- data/lib/veewee/command/basebox_templates.rb +23 -0
- data/lib/veewee/command/basebox_undefine.rb +22 -0
- data/lib/veewee/command/basebox_validate.rb +26 -0
- data/lib/veewee/config.rb +1 -2
- data/lib/veewee/export.rb +2 -2
- data/lib/veewee/scancode.rb +1 -1
- data/lib/veewee/session.rb +373 -249
- data/lib/veewee/transaction.rb +2 -11
- data/lib/veewee/version.rb +1 -1
- data/templates/CentOS-4.8-i386/definition.rb +1 -1
- data/templates/CentOS-4.8-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.5-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.5-x86_64-netboot/ks.cfg +46 -0
- data/templates/CentOS-5.5-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-5.6-i386-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-i386-netboot/ks.cfg +2 -2
- data/templates/CentOS-5.6-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-5.6-i386/postinstall.sh +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/definition.rb +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-5.6-x86_64-netboot/postinstall.sh +3 -2
- data/templates/CentOS-5.7-i386-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-i386-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-i386-netboot/postinstall.sh +53 -0
- data/templates/CentOS-5.7-x86_64-netboot/definition.rb +16 -0
- data/templates/CentOS-5.7-x86_64-netboot/ks.cfg +45 -0
- data/templates/CentOS-5.7-x86_64-netboot/postinstall.sh +60 -0
- data/templates/CentOS-6.0-i386-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-i386-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-i386/postinstall.sh +2 -2
- data/templates/CentOS-6.0-x86_64-minimal/definition.rb +17 -0
- data/templates/CentOS-6.0-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.0-x86_64-minimal/postinstall.sh +58 -0
- data/templates/CentOS-6.0-x86_64-netboot/ks.cfg +1 -1
- data/templates/CentOS-6.0-x86_64-netboot/postinstall.sh +1 -1
- data/templates/CentOS-6.0-x86_64/postinstall.sh +2 -2
- data/templates/CentOS-6.1-x86_64-minimal/definition.rb +15 -0
- data/templates/CentOS-6.1-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.1-x86_64-minimal/postinstall.sh +50 -0
- data/templates/CentOS-6.2-x86_64-minimal/definition.rb +15 -0
- data/templates/CentOS-6.2-x86_64-minimal/ks.cfg +37 -0
- data/templates/CentOS-6.2-x86_64-minimal/postinstall.sh +50 -0
- data/templates/Debian-5.0.8-amd64-netboot/postinstall.sh +1 -1
- data/templates/Debian-5.0.8-i386-netboot/postinstall.sh +1 -1
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/definition.rb +3 -3
- data/templates/Debian-6.0.3-amd64-netboot/postinstall.sh +80 -0
- data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/preseed.cfg +0 -0
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/definition.rb +3 -3
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/postinstall.sh +2 -2
- data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/preseed.cfg +0 -0
- data/templates/Fedora-14-amd64-netboot/definition.rb +1 -1
- data/templates/Fedora-14-amd64-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-amd64/definition.rb +1 -1
- data/templates/Fedora-14-amd64/postinstall.sh +1 -1
- data/templates/Fedora-14-i386-netboot/postinstall.sh +1 -1
- data/templates/Fedora-14-i386/postinstall.sh +1 -1
- data/templates/Fedora-15-x86_64-netboot/definition.rb +29 -0
- data/templates/Fedora-15-x86_64-netboot/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64-netboot/postinstall.sh +33 -0
- data/templates/Fedora-15-x86_64/definition.rb +17 -0
- data/templates/Fedora-15-x86_64/ks.cfg +64 -0
- data/templates/Fedora-15-x86_64/postinstall.sh +33 -0
- data/templates/Fedora-16-i386/definition.rb +17 -0
- data/templates/Fedora-16-i386/ks.cfg +72 -0
- data/templates/Fedora-16-i386/postinstall.sh +35 -0
- data/templates/Fedora-16-x86_64/definition.rb +17 -0
- data/templates/Fedora-16-x86_64/ks.cfg +72 -0
- data/templates/Fedora-16-x86_64/postinstall.sh +35 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_de.xml +1127 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/autoinst_en.xml +1127 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/definition.rb +37 -0
- data/templates/SLES-11-SP1-DVD-i586-GM/postinstall.sh +43 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_de.xml +1171 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_en.xml +1171 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/definition.rb +37 -0
- data/templates/SLES-11-SP1-DVD-x86_64-GM/postinstall.sh +43 -0
- data/templates/archlinux-i386-netboot/aif.cfg +28 -0
- data/templates/archlinux-i386-netboot/definition.rb +26 -0
- data/templates/archlinux-i386-netboot/postinstall.sh +75 -0
- data/templates/archlinux-i386-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-i386/postinstall.sh +12 -1
- data/templates/archlinux-x86_64-netboot/aif.cfg +28 -0
- data/templates/archlinux-x86_64-netboot/definition.rb +26 -0
- data/templates/archlinux-x86_64-netboot/postinstall.sh +75 -0
- data/templates/archlinux-x86_64-netboot/postinstall2.sh +30 -0
- data/templates/archlinux-x86_64/aif.cfg +1 -1
- data/templates/archlinux-x86_64/definition.rb +1 -1
- data/templates/archlinux-x86_64/postinstall.sh +16 -21
- data/templates/archlinux-x86_64/postinstall2.sh +38 -0
- data/templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb +2 -4
- data/templates/freebsd-8.2-pcbsd-i386-netboot/postinstall.sh +1 -1
- data/templates/freebsd-8.2-pcbsd-i386/definition.rb +3 -2
- data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +1 -1
- data/templates/funtoo-latest-generic_64-stable/definition.rb +34 -0
- data/templates/funtoo-latest-generic_64-stable/postinstall.sh +177 -0
- data/templates/funtoo-latest-generic_64-stable/postinstall2.sh +83 -0
- data/templates/gentoo-latest-i386-experimental/definition.rb +9 -9
- data/templates/gentoo-latest-i386-experimental/postinstall.sh +1 -1
- data/templates/gentoo-latest-x86_64-experimental/definition.rb +34 -0
- data/templates/gentoo-latest-x86_64-experimental/postinstall.sh +214 -0
- data/templates/openSUSE-11.4-DVD-i586/autoinst_de.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/autoinst_en.xml +1284 -0
- data/templates/openSUSE-11.4-DVD-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml +1459 -0
- data/templates/openSUSE-11.4-DVD-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-DVD-x86_64/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_de.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/autoinst_en.xml +1278 -0
- data/templates/openSUSE-11.4-NET-i586/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-i586/postinstall.sh +43 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml +1453 -0
- data/templates/openSUSE-11.4-NET-x86_64/definition.rb +28 -0
- data/templates/openSUSE-11.4-NET-x86_64/postinstall.sh +43 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_de.xml +1483 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/autoinst_en.xml +1483 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/definition.rb +44 -0
- data/templates/openSUSE-12.1-DVD+NET-i586/postinstall.sh +43 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_de.xml +1727 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_en.xml +1727 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/definition.rb +44 -0
- data/templates/openSUSE-12.1-DVD+NET-x86_64/postinstall.sh +43 -0
- data/templates/openbsd50_amd64/README +28 -0
- data/templates/openbsd50_amd64/definition.rb +84 -0
- data/templates/openbsd50_amd64/postinstall.sh +81 -0
- data/templates/openbsd50_i386/.definition.rb.swp +0 -0
- data/templates/openbsd50_i386/README +28 -0
- data/templates/openbsd50_i386/definition.rb +84 -0
- data/templates/openbsd50_i386/postinstall.sh +80 -0
- data/templates/openindiana-148-ai-x86/definition.rb +1 -1
- data/templates/openindiana-148-ai-x86/postinstall.sh +1 -1
- data/templates/opensuse-11.4-i386-experimental/postinstall.sh +1 -1
- data/templates/scientificlinux-6.1-i386-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-i386-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-i386-netboot/postinstall.sh +30 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/definition.rb +16 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/ks.cfg +53 -0
- data/templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh +30 -0
- data/templates/solaris-11-express-i386/definition.rb +1 -1
- data/templates/solaris-11-express-i386/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/definition.rb +6 -6
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/definition.rb +3 -6
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/preseed.cfg +0 -0
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/definition.rb +4 -4
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/postinstall.sh +1 -1
- data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/preseed.cfg +0 -0
- data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-amd64/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +1 -1
- data/templates/ubuntu-10.10-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.04-server-amd64/postinstall.sh +7 -1
- data/templates/ubuntu-11.04-server-i386/definition.rb +1 -1
- data/templates/ubuntu-11.04-server-i386/postinstall.sh +1 -1
- data/templates/ubuntu-11.10-server-amd64-ishaya/definition.rb +24 -0
- data/templates/{Debian-6.0.2-amd64-netboot → ubuntu-11.10-server-amd64-ishaya}/postinstall.sh +42 -23
- data/templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/definition.rb +24 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh +90 -0
- data/templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-amd64/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-amd64/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-amd64/preseed.cfg +87 -0
- data/templates/ubuntu-11.10-server-i386/definition.rb +35 -0
- data/templates/ubuntu-11.10-server-i386/postinstall.sh +88 -0
- data/templates/ubuntu-11.10-server-i386/preseed.cfg +87 -0
- data/templates/ubuntu-8.04.4-server-amd64/definition.rb +1 -0
- data/templates/ubuntu-8.04.4-server-amd64/postinstall.sh +8 -7
- data/templates/ubuntu-8.04.4-server-amd64/preseed.cfg +0 -1
- data/templates/ubuntu-8.04.4-server-i386/definition.rb +1 -1
- data/templates/ubuntu-8.04.4-server-i386/postinstall.sh +25 -3
- data/templates/windows-2008R1-serverstandard-amd64/Autounattend.xml +146 -0
- data/templates/windows-2008R1-serverstandard-amd64/README.md +134 -0
- data/templates/windows-2008R1-serverstandard-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-2008R1-serverstandard-amd64/definition.rb +114 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-guest-additions.bat +5 -0
- data/templates/windows-2008R1-serverstandard-amd64/install-winrm.bat +14 -0
- data/templates/windows-2008R1-serverstandard-amd64/oracle-cert.cer +0 -0
- data/templates/windows-2008R1-serverstandard-amd64/postinstall.sh +74 -0
- data/templates/windows-2008R1-serverstandard-amd64/sudo +2 -0
- data/templates/windows-2008R1-serverstandard-amd64/winrm.rb +8 -0
- data/templates/windows-2008R2-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-2008R2-amd64/install-winrm.bat +2 -0
- data/templates/windows-2008R2-amd64/postinstall.sh +1 -1
- data/templates/windows-2008R2-serverstandard-amd64/Autounattend.xml +147 -0
- data/templates/windows-2008R2-serverstandard-amd64/README.md +142 -0
- data/templates/windows-2008R2-serverstandard-amd64/definition.rb +44 -0
- data/templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat +41 -0
- data/templates/windows-2008R2-serverstandard-amd64/install-winrm.bat +11 -0
- data/templates/windows-2008R2-serverstandard-amd64/oracle-cert.cer +0 -0
- data/templates/windows-2008R2-serverstandard-amd64/postinstall.sh +74 -0
- data/templates/windows-7-enterprise-amd64/Autounattend.xml +149 -0
- data/templates/windows-7-enterprise-amd64/README.md +52 -0
- data/templates/windows-7-enterprise-amd64/definition.rb +39 -0
- data/templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-enterprise-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-enterprise-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-enterprise-amd64/postinstall.sh +74 -0
- data/templates/windows-7-enterprise-i386/Autounattend.xml +151 -0
- data/templates/windows-7-enterprise-i386/README.md +169 -0
- data/templates/windows-7-enterprise-i386/definition.rb +40 -0
- data/templates/windows-7-enterprise-i386/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-enterprise-i386/install-winrm.bat +14 -0
- data/templates/windows-7-enterprise-i386/oracle-cert.cer +0 -0
- data/templates/windows-7-enterprise-i386/postinstall.sh +74 -0
- data/templates/windows-7-premium-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-premium-amd64/README.md +171 -0
- data/templates/windows-7-premium-amd64/definition.rb +38 -0
- data/templates/windows-7-premium-amd64/install-chefclient.bat +44 -0
- data/templates/windows-7-premium-amd64/install-winrm.bat +11 -0
- data/templates/windows-7-premium-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-premium-amd64/postinstall.sh +124 -0
- data/templates/windows-7-premium-amd64/winrm.rb +8 -0
- data/templates/windows-7-professional-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-professional-amd64/README.md +171 -0
- data/templates/windows-7-professional-amd64/definition.rb +41 -0
- data/templates/windows-7-professional-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-professional-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-professional-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-professional-amd64/postinstall.sh +74 -0
- data/templates/windows-7-ultimate-amd64/Autounattend.xml +152 -0
- data/templates/windows-7-ultimate-amd64/README.md +89 -0
- data/templates/windows-7-ultimate-amd64/definition.rb +41 -0
- data/templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7-ultimate-amd64/install-winrm.bat +14 -0
- data/templates/windows-7-ultimate-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7-ultimate-amd64/postinstall.sh +74 -0
- data/templates/windows-7sp1-ultimate-amd64/Autounattend.xml +152 -0
- data/templates/windows-7sp1-ultimate-amd64/README.md +89 -0
- data/templates/windows-7sp1-ultimate-amd64/definition.rb +42 -0
- data/templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat +40 -0
- data/templates/windows-7sp1-ultimate-amd64/install-winrm.bat +14 -0
- data/templates/windows-7sp1-ultimate-amd64/oracle-cert.cer +0 -0
- data/templates/windows-7sp1-ultimate-amd64/postinstall.sh +74 -0
- data/templates/windows-8-preview-dev-amd64/Autounattend.xml +140 -0
- data/templates/windows-8-preview-dev-amd64/README.md +134 -0
- data/templates/windows-8-preview-dev-amd64/cygwin-setup.exe +0 -0
- data/templates/windows-8-preview-dev-amd64/definition.rb +114 -0
- data/templates/windows-8-preview-dev-amd64/install-cygwin-sshd.bat +38 -0
- data/templates/windows-8-preview-dev-amd64/install-winrm.bat +11 -0
- data/templates/windows-8-preview-dev-amd64/oracle-cert.cer +0 -0
- data/templates/windows-8-preview-dev-amd64/postinstall.sh +122 -0
- data/templates/windows-8-preview-dev-amd64/winrm.rb +8 -0
- data/validation/features/steps/ssh_steps.rb +1 -1
- data/validation/vagrant.feature +35 -35
- data/veewee.gemspec +9 -8
- metadata +247 -82
- data/.gitignore +0 -15
- data/Gemfile +0 -3
- data/Gemfile.lock +0 -69
- data/HeSYINUvSBZfxqA-veewee.gemspec +0 -33
- data/vendor/cache/Platform-0.4.0.gem +0 -0
- data/vendor/cache/archive-tar-minitar-0.5.2.gem +0 -0
- data/vendor/cache/builder-3.0.0.gem +0 -0
- data/vendor/cache/cucumber-1.0.2.gem +0 -0
- data/vendor/cache/diff-lcs-1.1.2.gem +0 -0
- data/vendor/cache/erubis-2.7.0.gem +0 -0
- data/vendor/cache/ffi-1.0.9.gem +0 -0
- data/vendor/cache/gherkin-2.4.6.gem +0 -0
- data/vendor/cache/highline-1.6.2.gem +0 -0
- data/vendor/cache/i18n-0.5.0.gem +0 -0
- data/vendor/cache/json-1.5.3.gem +0 -0
- data/vendor/cache/net-scp-1.0.4.gem +0 -0
- data/vendor/cache/net-ssh-2.1.4.gem +0 -0
- data/vendor/cache/open4-1.1.0.gem +0 -0
- data/vendor/cache/popen4-0.1.2.gem +0 -0
- data/vendor/cache/progressbar-0.9.1.gem +0 -0
- data/vendor/cache/rspec-2.5.0.gem +0 -0
- data/vendor/cache/rspec-core-2.5.2.gem +0 -0
- data/vendor/cache/rspec-expectations-2.5.0.gem +0 -0
- data/vendor/cache/rspec-mocks-2.5.0.gem +0 -0
- data/vendor/cache/term-ansicolor-1.0.6.gem +0 -0
- data/vendor/cache/thor-0.14.6.gem +0 -0
- data/vendor/cache/vagrant-0.8.2.gem +0 -0
- data/vendor/cache/virtualbox-0.9.1.gem +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
#http://adrianbravo.tumblr.com/post/644860401
|
2
2
|
|
3
3
|
date > /etc/vagrant_box_build_time
|
4
4
|
|
@@ -28,7 +28,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
|
|
28
28
|
mkdir /home/vagrant/.ssh
|
29
29
|
chmod 700 /home/vagrant/.ssh
|
30
30
|
cd /home/vagrant/.ssh
|
31
|
-
wget --no-check-certificate '
|
31
|
+
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
|
32
32
|
chmod 600 /home/vagrant/.ssh/authorized_keys
|
33
33
|
chown -R vagrant /home/vagrant/.ssh
|
34
34
|
|
@@ -40,8 +40,30 @@ mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
|
|
40
40
|
sh /mnt/VBoxLinuxAdditions.run
|
41
41
|
umount /mnt
|
42
42
|
|
43
|
+
rm VBoxGuestAdditions_$VBOX_VERSION.iso
|
44
|
+
|
45
|
+
# Remove items used for building, since they aren't needed anymore
|
43
46
|
apt-get -y remove linux-headers-$(uname -r) build-essential
|
44
47
|
apt-get -y autoremove
|
45
48
|
|
46
|
-
|
49
|
+
# Not sure if this is needed for hardy too
|
50
|
+
# Removing leftover leases and persistent rules
|
51
|
+
echo "cleaning up dhcp leases"
|
52
|
+
rm /var/lib/dhcp3/*
|
53
|
+
|
54
|
+
# Make sure Udev doesn't block our network
|
55
|
+
# http://6.ptmc.org/?p=164
|
56
|
+
echo "cleaning up udev rules"
|
57
|
+
rm /etc/udev/rules.d/70-persistent-net.rules
|
58
|
+
mkdir /etc/udev/rules.d/70-persistent-net.rules
|
59
|
+
rm -rf /dev/.udev/
|
60
|
+
rm /lib/udev/rules.d/75-persistent-net-generator.rules
|
61
|
+
|
62
|
+
echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
|
63
|
+
echo "pre-up sleep 2" >> /etc/network/interfaces
|
64
|
+
|
65
|
+
# Zero out the free space to save space in the final image:
|
66
|
+
dd if=/dev/zero of=/EMPTY bs=1M
|
67
|
+
rm -f /EMPTY
|
68
|
+
|
47
69
|
exit
|
@@ -0,0 +1,146 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
3
|
+
<servicing></servicing>
|
4
|
+
<settings pass="windowsPE">
|
5
|
+
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
6
|
+
<DiskConfiguration>
|
7
|
+
<Disk wcm:action="add">
|
8
|
+
<CreatePartitions>
|
9
|
+
<CreatePartition wcm:action="add">
|
10
|
+
<Order>1</Order>
|
11
|
+
<Type>Primary</Type>
|
12
|
+
<Extend>true</Extend>
|
13
|
+
</CreatePartition>
|
14
|
+
</CreatePartitions>
|
15
|
+
<ModifyPartitions>
|
16
|
+
<ModifyPartition wcm:action="add">
|
17
|
+
<Extend>false</Extend>
|
18
|
+
<Format>NTFS</Format>
|
19
|
+
<Letter>C</Letter>
|
20
|
+
<Order>1</Order>
|
21
|
+
<PartitionID>1</PartitionID>
|
22
|
+
<Label>Windows 2008</Label>
|
23
|
+
</ModifyPartition>
|
24
|
+
</ModifyPartitions>
|
25
|
+
<DiskID>0</DiskID>
|
26
|
+
<WillWipeDisk>true</WillWipeDisk>
|
27
|
+
</Disk>
|
28
|
+
<WillShowUI>OnError</WillShowUI>
|
29
|
+
</DiskConfiguration>
|
30
|
+
<UserData>
|
31
|
+
<AcceptEula>true</AcceptEula>
|
32
|
+
<FullName>Vagrant Fullname</FullName>
|
33
|
+
<Organization>Vagrant Inc</Organization>
|
34
|
+
<ProductKey>
|
35
|
+
<WillShowUI>Always</WillShowUI>
|
36
|
+
</ProductKey>
|
37
|
+
</UserData>
|
38
|
+
<ImageInstall>
|
39
|
+
<OSImage>
|
40
|
+
<InstallTo>
|
41
|
+
<DiskID>0</DiskID>
|
42
|
+
<PartitionID>1</PartitionID>
|
43
|
+
</InstallTo>
|
44
|
+
<WillShowUI>OnError</WillShowUI>
|
45
|
+
<InstallToAvailablePartition>false</InstallToAvailablePartition>
|
46
|
+
<InstallFrom>
|
47
|
+
<MetaData wcm:action="add">
|
48
|
+
<Key>/IMAGE/NAME</Key>
|
49
|
+
<Value>Windows Longhorn SERVERSTANDARD</Value>
|
50
|
+
</MetaData>
|
51
|
+
</InstallFrom>
|
52
|
+
</OSImage>
|
53
|
+
</ImageInstall>
|
54
|
+
</component>
|
55
|
+
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
56
|
+
<SetupUILanguage>
|
57
|
+
<UILanguage>en-US</UILanguage>
|
58
|
+
</SetupUILanguage>
|
59
|
+
<InputLocale>en-US</InputLocale>
|
60
|
+
<SystemLocale>en-US</SystemLocale>
|
61
|
+
<UILanguage>en-US</UILanguage>
|
62
|
+
<UILanguageFallback>en-US</UILanguageFallback>
|
63
|
+
<UserLocale>en-US</UserLocale>
|
64
|
+
</component>
|
65
|
+
</settings>
|
66
|
+
<settings pass="oobeSystem">
|
67
|
+
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
68
|
+
<UserAccounts>
|
69
|
+
<AdministratorPassword>
|
70
|
+
<Value>dgBhAGcAcgBhAG4AdABBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
|
71
|
+
<PlainText>false</PlainText>
|
72
|
+
</AdministratorPassword>
|
73
|
+
<LocalAccounts>
|
74
|
+
<LocalAccount wcm:action="add">
|
75
|
+
<Password>
|
76
|
+
<Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
|
77
|
+
<PlainText>false</PlainText>
|
78
|
+
</Password>
|
79
|
+
<Description>Vagrant User</Description>
|
80
|
+
<DisplayName>vagrant</DisplayName>
|
81
|
+
<Group>administrators</Group>
|
82
|
+
<Name>vagrant</Name>
|
83
|
+
</LocalAccount>
|
84
|
+
</LocalAccounts>
|
85
|
+
</UserAccounts>
|
86
|
+
<OOBE>
|
87
|
+
<HideEULAPage>true</HideEULAPage>
|
88
|
+
<NetworkLocation>Home</NetworkLocation>
|
89
|
+
<ProtectYourPC>3</ProtectYourPC>
|
90
|
+
</OOBE>
|
91
|
+
<AutoLogon>
|
92
|
+
<Password>
|
93
|
+
<Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
|
94
|
+
<PlainText>false</PlainText>
|
95
|
+
</Password>
|
96
|
+
<Username>administrator</Username>
|
97
|
+
<Enabled>true</Enabled>
|
98
|
+
</AutoLogon>
|
99
|
+
<FirstLogonCommands>
|
100
|
+
<SynchronousCommand wcm:action="add">
|
101
|
+
<CommandLine>cmd.exe /c a:install-winrm.bat</CommandLine>
|
102
|
+
<Description>Install Win RM</Description>
|
103
|
+
<Order>1</Order>
|
104
|
+
</SynchronousCommand>
|
105
|
+
<!-- <SynchronousCommand wcm:action="add"> -->
|
106
|
+
<!-- <CommandLine>cmd.exe /c a:install-chefclient.bat</CommandLine> -->
|
107
|
+
<!-- <Description>Install Chef Client</Description> -->
|
108
|
+
<!-- <Order>2</Order> -->
|
109
|
+
<!-- </SynchronousCommand> -->
|
110
|
+
<SynchronousCommand wcm:action="add">
|
111
|
+
<CommandLine>cmd.exe /c a:install-cygwin-sshd.bat</CommandLine>
|
112
|
+
<Description>Install Cygwin SSHD</Description>
|
113
|
+
<Order>2</Order>
|
114
|
+
</SynchronousCommand>
|
115
|
+
<!-- needed wget -->
|
116
|
+
<!-- <SynchronousCommand wcm:action="add"> -->
|
117
|
+
<!-- <CommandLine>cmd.exe /c a:install-guest-additions.bat</CommandLine> -->
|
118
|
+
<!-- <Description>Install Virtualbox Guest Additions</Description> -->
|
119
|
+
<!-- <Order>3</Order> -->
|
120
|
+
<!-- </SynchronousCommand> -->
|
121
|
+
</FirstLogonCommands>
|
122
|
+
<ShowWindowsLive>false</ShowWindowsLive>
|
123
|
+
</component>
|
124
|
+
</settings>
|
125
|
+
<settings pass="specialize">
|
126
|
+
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
|
127
|
+
<OEMInformation>
|
128
|
+
<HelpCustomized>false</HelpCustomized>
|
129
|
+
</OEMInformation>
|
130
|
+
<!-- Rename computer here. -->
|
131
|
+
<ComputerName>vagrant-2008R2</ComputerName>
|
132
|
+
<TimeZone>New Zealand Standard Time</TimeZone>
|
133
|
+
<RegisteredOwner></RegisteredOwner>
|
134
|
+
</component>
|
135
|
+
<component name="Microsoft-Windows-OutOfBoxExperience" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
136
|
+
<DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
|
137
|
+
</component>
|
138
|
+
<component name="Microsoft-Windows-ServerManager-SvrMgrNc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
139
|
+
<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
|
140
|
+
</component>
|
141
|
+
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
142
|
+
<SkipAutoActivation>true</SkipAutoActivation>
|
143
|
+
</component>
|
144
|
+
</settings>
|
145
|
+
<cpi:offlineImage cpi:source="catalog:d:/sources/install_windows longhorn serverstandard.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
|
146
|
+
</unattend>
|
@@ -0,0 +1,134 @@
|
|
1
|
+
You can download a free trial of Windows Server 2008 Enterprise: (60 day eval, expandable to 240 days)
|
2
|
+
|
3
|
+
From http://www.microsoft.com/download/en/details.aspx?id=8371
|
4
|
+
|
5
|
+
64bit
|
6
|
+
url: http://download.microsoft.com/download/B/4/D/B4DC75A1-D7D2-4F31-87F9-E02C950E8D31/6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso
|
7
|
+
filename: 6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso
|
8
|
+
md5sum: 0477c88678efb8ebc5cd7a9e9efd8b82
|
9
|
+
|
10
|
+
|
11
|
+
32bit
|
12
|
+
url: http://download.microsoft.com/download/B/4/D/B4DC75A1-D7D2-4F31-87F9-E02C950E8D31/6001.18000.080118-1840_x86fre_Server_en-us-KRMSFRE_EN_DVD.iso
|
13
|
+
|
14
|
+
|
15
|
+
- place it in a directory called iso
|
16
|
+
|
17
|
+
The installation uses the Standard way for Windows Unattended installation. The XML file was created using the Windows AIK kit, but the file can also be edited by hand.
|
18
|
+
|
19
|
+
You can download Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008:
|
20
|
+
from http://www.microsoft.com/download/en/details.aspx?id=9085
|
21
|
+
file: 6001.18000.080118-1840-kb3aikl_en.iso
|
22
|
+
md5sum: b83fad8fd28e637b82cb4a6bef7d6920
|
23
|
+
|
24
|
+
- Building the machine creates a floppy that contains:
|
25
|
+
- AutoUnattend.xml (that will configure the windows)
|
26
|
+
- winrm-install.bat (activates the http and https listener + punches the firewall hole)
|
27
|
+
|
28
|
+
AIK also includes dism, which will allow you to choose a specific version:
|
29
|
+
|
30
|
+
If you want to install a different version, edit Autoattended.xml and replace the /IMAGE/NAME value with
|
31
|
+
one of the names listed in the Longhorn install.wim on the install .iso
|
32
|
+
|
33
|
+
<InstallFrom>
|
34
|
+
<MetaData wcm:action="add">
|
35
|
+
<Key>/IMAGE/NAME</Key>
|
36
|
+
<Value>Windows Longhorn SERVERSTANDARD</Value> ### This comes from the Name: field below
|
37
|
+
</MetaData>
|
38
|
+
</InstallFrom>
|
39
|
+
|
40
|
+
PS C:\Users\Administrator> Dism /Get-WIMInfo /WimFile:d:\sources\install.wim
|
41
|
+
|
42
|
+
Deployment Image Servicing and Management tool
|
43
|
+
Version: 6.1.7600.16385
|
44
|
+
|
45
|
+
Details for image : d:\sources\install.wim
|
46
|
+
|
47
|
+
Index : 1
|
48
|
+
Name : Windows Longhorn SERVERSTANDARD
|
49
|
+
Description : Windows Longhorn SERVERSTANDARD
|
50
|
+
Size : 8,784,297,519 bytes
|
51
|
+
|
52
|
+
Index : 2
|
53
|
+
Name : Windows Longhorn SERVERENTERPRISE
|
54
|
+
Description : Windows Longhorn SERVERENTERPRISE
|
55
|
+
Size : 8,792,036,862 bytes
|
56
|
+
|
57
|
+
Index : 3
|
58
|
+
Name : Windows Longhorn SERVERDATACENTER
|
59
|
+
Description : Windows Longhorn SERVERDATACENTER
|
60
|
+
Size : 8,792,568,645 bytes
|
61
|
+
|
62
|
+
Index : 4
|
63
|
+
Name : Windows Longhorn SERVERSTANDARDCORE
|
64
|
+
Description : Windows Longhorn SERVERSTANDARDCORE
|
65
|
+
Size : 2,512,939,954 bytes
|
66
|
+
|
67
|
+
Index : 5
|
68
|
+
Name : Windows Longhorn SERVERENTERPRISECORE
|
69
|
+
Description : Windows Longhorn SERVERENTERPRISECORE
|
70
|
+
Size : 2,522,686,340 bytes
|
71
|
+
|
72
|
+
Index : 6
|
73
|
+
Name : Windows Longhorn SERVERDATACENTERCORE
|
74
|
+
Description : Windows Longhorn SERVERDATACENTERCORE
|
75
|
+
Size : 2,522,615,418 bytes
|
76
|
+
|
77
|
+
|
78
|
+
This gets us nearly there, but we still need a winrm provisioner, as I don't like having to install cygwin.
|
79
|
+
|
80
|
+
Expose the winrm port:
|
81
|
+
|
82
|
+
<pre>
|
83
|
+
$ gem install chef
|
84
|
+
$ gem install knife-windows
|
85
|
+
#Create a tunnel
|
86
|
+
$ ssh -p 7222 -L5985:localhost:5985 vagrant@localhost
|
87
|
+
$ knife bootstrap windows winrm localhost -x Administrator -P 'vagrant'
|
88
|
+
</pre>
|
89
|
+
|
90
|
+
|
91
|
+
- http://wiki.opscode.com/display/chef/Knife+Windows+Bootstrap
|
92
|
+
- https://github.com/opscode/knife-windows/blob/master/lib/chef/knife/bootstrap/windows-shell.erb
|
93
|
+
|
94
|
+
- https://github.com/zenchild/WinRM
|
95
|
+
|
96
|
+
- http://devopscloud.net/2011/04/17/managing-chef-from-windows-7/
|
97
|
+
- http://devopscloud.net/2011/04/28/powershell-userdata-to-start-a-chef-run/
|
98
|
+
- http://devopscloud.net/2011/03/23/dissection-of-a-chef-recipe-or-two-for-windows/
|
99
|
+
- https://github.com/pmorton/chef-windows-installer
|
100
|
+
|
101
|
+
==
|
102
|
+
https://github.com/zenchild/WinRM/issues/unreads#issue/1
|
103
|
+
http -> requires unencryptedwinrm quickconfig (said yes to enable firewall)
|
104
|
+
winrm p winrm/config/service @{AllowUnencrypted="true"}
|
105
|
+
winrm set winrm/config/service/auth @{Basic="true"}netsh advfirewall firewall set rule group="remote administration" new enable=yes
|
106
|
+
|
107
|
+
- http://forums.citrix.com/thread.jspa?messageID=1535826
|
108
|
+
- http://support.microsoft.com/kb/2019527
|
109
|
+
|
110
|
+
winrm get winrm/config
|
111
|
+
|
112
|
+
The purpose of configuring WinRM for HTTPS is to encrypt the data being sent across the wire.
|
113
|
+
|
114
|
+
WinRM HTTPS requires a local computer "Server Authentication" certificate with a CN matching the hostname, that is not expired, revoked, or self-signed to be installed.
|
115
|
+
|
116
|
+
To install or view certificates for the local computer:
|
117
|
+
|
118
|
+
- click Start, run, MMC, "File" menu, "Add or Remove Snap-ins" select "Certificates" and click "Add". Go through the wizard selecting "Computer account".
|
119
|
+
|
120
|
+
- Install or view the certificates under:
|
121
|
+
Certificates (Local computer)
|
122
|
+
Personal
|
123
|
+
Certificates
|
124
|
+
|
125
|
+
If you do not have a Sever Authenticating certificate consult your certicate administrator. If you have a microsoft Certificate server you may be abel to request a certificate using the web certificate template from HTTPS://<MyDomainCertificateServer>/certsrv
|
126
|
+
|
127
|
+
Once the certificate is installed type the following to configure WINRM to listen on HTTPS:
|
128
|
+
|
129
|
+
winrm quickconfig -transport:https
|
130
|
+
|
131
|
+
If you do not have an appropriate certificate you can run the following with the authentication methods configured for WinRM however the data will not be encrypted.
|
132
|
+
|
133
|
+
winrm quickconfig
|
134
|
+
|
Binary file
|
@@ -0,0 +1,114 @@
|
|
1
|
+
# Download Windows Server 2008 Enterprise: (60 day eval, expandable to 240 days)
|
2
|
+
# http://www.microsoft.com/download/en/details.aspx?id=8371
|
3
|
+
# 64bit
|
4
|
+
# http://download.microsoft.com/download/B/4/D/B4DC75A1-D7D2-4F31-87F9-E02C950E8D31/6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso
|
5
|
+
# md5sum 0477c88678efb8ebc5cd7a9e9efd8b82 6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso
|
6
|
+
# 32bit
|
7
|
+
# http://download.microsoft.com/download/B/4/D/B4DC75A1-D7D2-4F31-87F9-E02C950E8D31/6001.18000.080118-1840_x86fre_Server_en-us-KRMSFRE_EN_DVD.iso
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
# Win2008 requires at least 10gig hard drive to install...
|
12
|
+
|
13
|
+
Veewee::Session.declare({
|
14
|
+
:os_type_id => 'Windows2008_64',
|
15
|
+
:iso_file => "6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso",
|
16
|
+
:iso_md5 => "0477c88678efb8ebc5cd7a9e9efd8b82",
|
17
|
+
:iso_src => "http://download.microsoft.com/download/B/4/D/B4DC75A1-D7D2-4F31-87F9-E02C950E8D31/6001.18000.080118-1840_amd64fre_Server_en-us-KRMSXFRE_EN_DVD.iso",
|
18
|
+
:iso_download_timeout => "1000",
|
19
|
+
|
20
|
+
:cpu_count => '1',
|
21
|
+
:memory_size=> '384',
|
22
|
+
:disk_size => '20280', :disk_format => 'VDI', :hostiocache => 'off',
|
23
|
+
|
24
|
+
|
25
|
+
#:kickstart_port => "7122",
|
26
|
+
#:kickstart_ip => self.local_ip, we could set this manually, I wish we could push this to the
|
27
|
+
#:kickstart_timeout => 1000,
|
28
|
+
#:kickstart_file => ["VBoxWindowsAdditions-amd64.exe"],
|
29
|
+
|
30
|
+
:floppy_files => [
|
31
|
+
"Autounattend.xml", # automate install and setup winrm
|
32
|
+
"install-winrm.bat",
|
33
|
+
"install-cygwin-sshd.bat",
|
34
|
+
"cygwin-setup.exe",
|
35
|
+
"oracle-cert.cer"
|
36
|
+
],
|
37
|
+
|
38
|
+
:boot_wait => "50",
|
39
|
+
# after 40 seconds, hit these keys to not enter a product key and fully automate the install
|
40
|
+
# if your machine is slower it may take more time
|
41
|
+
:boot_cmd_sequence => [
|
42
|
+
'<Tab><Tab><Spacebar>',
|
43
|
+
'<Tab><Tab><Tab><Spacebar>',
|
44
|
+
'<Tab><Spacebar>'
|
45
|
+
],
|
46
|
+
|
47
|
+
:ssh_login_timeout => "10000",
|
48
|
+
# Actively attempt to ssh in for 10000 seconds
|
49
|
+
:ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "",
|
50
|
+
:ssh_host_port => "7233", :ssh_guest_port => "22",
|
51
|
+
# And run postinstall.sh for up to 10000 seconds
|
52
|
+
:postinstall_timeout => "10000",
|
53
|
+
:postinstall_files => ["postinstall.sh"],
|
54
|
+
# No sudo on windows
|
55
|
+
:sudo_cmd => "sh '%f'",
|
56
|
+
# Shutdown is different as well
|
57
|
+
:shutdown_cmd => "shutdown /s /t 0 /d P:4:1 /c \"Vagrant Shutdown\"",
|
58
|
+
})
|
59
|
+
|
60
|
+
|
61
|
+
# To edit the Autounattend.xml and validate it:
|
62
|
+
# Download Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008:
|
63
|
+
# http://www.microsoft.com/download/en/details.aspx?id=9085
|
64
|
+
# Resulting in 6001.18000.080118-1840-kb3aikl_en.iso
|
65
|
+
# md5sum b83fad8fd28e637b82cb4a6bef7d6920 6001.18000.080118-1840-kb3aikl_en.iso
|
66
|
+
|
67
|
+
# AIK also includes dism, which will allow you to choose a specific version:
|
68
|
+
|
69
|
+
# If you want to install a different version, edit Autoattended.xml and replace the /IMAGE/NAME value with
|
70
|
+
# one of the names listed in the Longhorn install.wim on the install .iso
|
71
|
+
|
72
|
+
# <InstallFrom>
|
73
|
+
# <MetaData wcm:action="add">
|
74
|
+
# <Key>/IMAGE/NAME</Key>
|
75
|
+
# <Value>Windows Longhorn SERVERSTANDARD</Value> ### This comes from the Name: field below
|
76
|
+
# </MetaData>
|
77
|
+
# </InstallFrom>
|
78
|
+
|
79
|
+
# PS C:\Users\Administrator> Dism /Get-WIMInfo /WimFile:d:\sources\install.wim
|
80
|
+
|
81
|
+
# Deployment Image Servicing and Management tool
|
82
|
+
# Version: 6.1.7600.16385
|
83
|
+
|
84
|
+
# Details for image : d:\sources\install.wim
|
85
|
+
|
86
|
+
# Index : 1
|
87
|
+
# Name : Windows Longhorn SERVERSTANDARD
|
88
|
+
# Description : Windows Longhorn SERVERSTANDARD
|
89
|
+
# Size : 8,784,297,519 bytes
|
90
|
+
|
91
|
+
# Index : 2
|
92
|
+
# Name : Windows Longhorn SERVERENTERPRISE
|
93
|
+
# Description : Windows Longhorn SERVERENTERPRISE
|
94
|
+
# Size : 8,792,036,862 bytes
|
95
|
+
|
96
|
+
# Index : 3
|
97
|
+
# Name : Windows Longhorn SERVERDATACENTER
|
98
|
+
# Description : Windows Longhorn SERVERDATACENTER
|
99
|
+
# Size : 8,792,568,645 bytes
|
100
|
+
|
101
|
+
# Index : 4
|
102
|
+
# Name : Windows Longhorn SERVERSTANDARDCORE
|
103
|
+
# Description : Windows Longhorn SERVERSTANDARDCORE
|
104
|
+
# Size : 2,512,939,954 bytes
|
105
|
+
|
106
|
+
# Index : 5
|
107
|
+
# Name : Windows Longhorn SERVERENTERPRISECORE
|
108
|
+
# Description : Windows Longhorn SERVERENTERPRISECORE
|
109
|
+
# Size : 2,522,686,340 bytes
|
110
|
+
|
111
|
+
# Index : 6
|
112
|
+
# Name : Windows Longhorn SERVERDATACENTERCORE
|
113
|
+
# Description : Windows Longhorn SERVERDATACENTERCORE
|
114
|
+
# Size : 2,522,615,418 bytes
|
@@ -0,0 +1,40 @@
|
|
1
|
+
REM http://webcache.googleusercontent.com/search?q=cache:SjoPPpuQxuoJ:www.tcm.phy.cam.ac.uk/~mr349/cygwin_install.html+install+cygwin+ssh+commandline&cd=2&hl=nl&ct=clnk&gl=be&source=www.google.be
|
2
|
+
|
3
|
+
REM create the cygwin directory
|
4
|
+
cmd /c mkdir %SystemDrive%\cygwin
|
5
|
+
|
6
|
+
cmd /c bitsadmin /transfer CygwinSetupExe /download /priority normal http://www.cygwin.com/setup.exe %SystemDrive%\cygwin\cygwin-setup.exe
|
7
|
+
|
8
|
+
REM goto a temp directory
|
9
|
+
cd %SystemDrive%\windows\temp
|
10
|
+
|
11
|
+
REM run the installation
|
12
|
+
cmd /c %SystemDrive%\cygwin\cygwin-setup.exe -q -R %SystemDrive%\cygwin -P openssh,openssl,curl,cygrunsrv,wget,rebase,vim -s http://cygwin.mirrors.pair.com
|
13
|
+
|
14
|
+
%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin cygrunsrv -R sshd'
|
15
|
+
|
16
|
+
REM /bin/ash is the right shell for this command
|
17
|
+
cmd /c %SystemDrive%\cygwin\bin\ash -c /bin/rebaseall
|
18
|
+
|
19
|
+
cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkgroup -l'>%SystemDrive%\cygwin\etc\group
|
20
|
+
|
21
|
+
cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkpasswd -l'>%SystemDrive%\cygwin\etc\passwd
|
22
|
+
|
23
|
+
%SystemDrive%\cygwin\usr\bin\sleep 1
|
24
|
+
|
25
|
+
%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin /usr/bin/ssh-host-config -y -c "ntsecbinmode tty" -w "abc&&123!!" '
|
26
|
+
|
27
|
+
%SystemDrive%\cygwin\usr\bin\sleep 2
|
28
|
+
|
29
|
+
cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="SSHD" dir=in action=allow program="c:\cygwin\usr\sbin\sshd.exe" SSHD enable=yes
|
30
|
+
|
31
|
+
cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22
|
32
|
+
|
33
|
+
%SystemDrive%\cygwin\usr\bin\sleep 2
|
34
|
+
|
35
|
+
net start sshd
|
36
|
+
|
37
|
+
# Fix corrupt recycle bin
|
38
|
+
# http://www.winhelponline.com/blog/fix-corrupted-recycle-bin-windows-7-vista/
|
39
|
+
cmd /c rd /s /q c:\$Recycle.bin
|
40
|
+
|