Skip to content

Commit

Permalink
Set os_type_id correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyamamoto committed Nov 10, 2013
1 parent 2f55eb9 commit a664566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/vcore-tc.5.0.2-core-i386/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:disk_size => '512',
:disk_format => 'VDI',
:hostiocache => 'off',
:os_type_id => 'Linux',
:os_type_id => 'Linux26',
#:iso_file => "CorePlus-5.0.2.iso",
#:iso_src => "http://distro.ibiblio.org/tinycorelinux/5.x/x86/release/CorePlus-5.0.2.iso",
#:iso_md5 => '406bf68601aed0a6e29114d4eb280d1d',
Expand All @@ -27,7 +27,7 @@
'sudo mount /dev/sda1 /mnt/sda1<Enter>',
'sudo mkdir -p /mnt/sda1/boot/grub<Enter>',
'sudo mount /dev/sr0 /mnt/sr0<Enter>',
'cd /mnt/sr0/boot<Enter>sudo cp core.gz vmlinuz /mnt/sda1/boot/<Enter>',
'cd /mnt/sr0/boot<Enter>sudo cp core.gz vmlinuz /mnt/sda1/boot/<Enter><Wait>cd<Enter>',
'tce-load -wi grub2<Enter>', '<Wait>'*35,
'sudo grub-install --boot-directory=/mnt/sda1/boot /dev/sda<Enter>',
'sudo sh -c "cat > /mnt/sda1/boot/grub/grub.cfg" << EOF<Enter>',
Expand Down

0 comments on commit a664566

Please sign in to comment.