Skip to content

Commit

Permalink
Merge pull request #456 from edgester/debian-squeeze-fixes
Browse files Browse the repository at this point in the history
Debian squeeze fixes
  • Loading branch information
jedi4ever committed Jan 17, 2013
2 parents 6bf6580 + d9bfea8 commit d7f6a2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/Debian-6.0.5-i386-netboot/preseed.cfg
Expand Up @@ -66,7 +66,7 @@ d-i netcfg/wireless_wep string
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/hostname string ftp.us.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string

Expand Down
9 changes: 8 additions & 1 deletion templates/Debian-6.0.6-i386-netboot/definition.rb
Expand Up @@ -3,8 +3,15 @@
Veewee::Definition.declare({
:cpu_count => '1',
:memory_size=> '256',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'on',
:os_type_id => 'Debian',
:virtualbox => { :vm_options => [
'hwvirtex' => 'off',
'hwvirtexexcl' => 'off',
'nestedpaging' => 'off',
'natdnshostresolver1' => 'on'
]
},
:iso_file => "debian-6.0.6-i386-netinst.iso",
:iso_src => "http://cdimage.debian.org/debian-cd/6.0.6/i386/iso-cd/debian-6.0.6-i386-netinst.iso",
:iso_md5 => "a5fdc1b74cd573d505a084baf7cc1462",
Expand Down
2 changes: 1 addition & 1 deletion templates/Debian-6.0.6-i386-netboot/preseed.cfg
Expand Up @@ -66,7 +66,7 @@ d-i netcfg/wireless_wep string
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/hostname string ftp.us.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string

Expand Down

0 comments on commit d7f6a2f

Please sign in to comment.