Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Issue 668215: VMWare [1/2]: Fix vmware image generation. (Closed)

Created:
10 years, 9 months ago by adlr
Modified:
9 years ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

VMWare [1/2]: Fix vmware image generation.

Patch Set 1 #

Total comments: 1

Patch Set 2 : cleanup; vbox support #

Total comments: 6

Patch Set 3 : fixes for review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -52 lines) Patch
M src/scripts/image_to_virtualbox.sh View 1 chunk +2 lines, -20 lines 0 comments Download
M src/scripts/image_to_vmware.sh View 1 2 3 chunks +66 lines, -32 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
adlr
10 years, 9 months ago (2010-03-06 02:55:31 UTC) #1
SdLiYong
I suggest we start udev in the chromeos_startup script and use the ROOT=LABEL as the ...
10 years, 9 months ago (2010-03-08 05:12:17 UTC) #2
adlr
The issue is that we'd need an initrd to support root=LABEL= in the kernel command ...
10 years, 9 months ago (2010-03-08 06:20:21 UTC) #3
SdLiYong
Thank you for your update I noticed there is no initrd in the extlinux.conf. It ...
10 years, 9 months ago (2010-03-08 11:19:17 UTC) #4
adlr
remove duplicate code; virtual box support. ready for another look.
10 years, 9 months ago (2010-03-09 04:08:42 UTC) #5
adlr
10 years, 9 months ago (2010-03-10 18:39:57 UTC) #6
tedbo
LGTM w/ a coupld of comments. Thanks for working on this! http://codereview.chromium.org/668215/diff/2001/3002 File src/scripts/image_to_vmware.sh (right): ...
10 years, 9 months ago (2010-03-10 21:45:27 UTC) #7
adlr
10 years, 9 months ago (2010-03-11 00:10:07 UTC) #8
fixed and submitted, thanks!

http://codereview.chromium.org/668215/diff/2001/3002
File src/scripts/image_to_vmware.sh (right):

http://codereview.chromium.org/668215/diff/2001/3002#newcode31
src/scripts/image_to_vmware.sh:31: DEFINE_string format vmware \
On 2010/03/10 21:45:27, tedbo wrote:
> Probably better to put "vmware" in quotes here.
> 

Done.

http://codereview.chromium.org/668215/diff/2001/3002#newcode72
src/scripts/image_to_vmware.sh:72: TEMP_IMG=temp.image
On 2010/03/10 21:45:27, tedbo wrote:
> I think this will make the tmp files in the current directory. It may be
better
> to use "$(mktemp)" and "$(mktemp -d)"
> 

Done.

http://codereview.chromium.org/668215/diff/2001/3002#newcode117
src/scripts/image_to_vmware.sh:117: displayName = \"ChromeOS\"
On 2010/03/10 21:45:27, tedbo wrote:
> s/ChromeOS/Chromium OS/

Done.

Powered by Google App Engine
This is Rietveld 408576698