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

Issue 1644001: Tool for mounting USB sticks formatted with --statefuldev (Closed)

Created:
10 years, 8 months ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
rtc, sosa
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Tool for mounting USB sticks formatted with --statefuldev sosa@'s statefuldev change, which installs all developer packages on the stateful partition and has put /var there as well, means that we can no longer just mount the rootfs on a usb stick and emerge packages onto/off of the removeable device. We now need to mount the stateful partition as well, and also bindmount from /var on the rootfs to /var on the stateful partition. All portage state is stored there, among other things.

Patch Set 1 #

Total comments: 4

Patch Set 2 : remove -n from mount command, fix typpo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
A src/scripts/prep_usb.sh View 1 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Chris Masone
10 years, 8 months ago (2010-04-12 03:03:58 UTC) #1
sosa
http://codereview.chromium.org/1644001/diff/1/2 File src/scripts/prep_usb.sh (right): http://codereview.chromium.org/1644001/diff/1/2#newcode11 src/scripts/prep_usb.sh:11: DEFINE_boolean "unmount" $FLAGS_FALSE "umnount USB partitions" "u" s/umnount/unmount/ http://codereview.chromium.org/1644001/diff/1/2#newcode28 ...
10 years, 8 months ago (2010-04-12 14:16:36 UTC) #2
sosa
s/was/wasn't/ a reference in mtab
10 years, 8 months ago (2010-04-12 14:17:01 UTC) #3
Chris Masone
http://codereview.chromium.org/1644001/diff/1/2 File src/scripts/prep_usb.sh (right): http://codereview.chromium.org/1644001/diff/1/2#newcode11 src/scripts/prep_usb.sh:11: DEFINE_boolean "unmount" $FLAGS_FALSE "umnount USB partitions" "u" On 2010/04/12 ...
10 years, 8 months ago (2010-04-12 15:34:39 UTC) #4
sosa
10 years, 8 months ago (2010-04-12 15:37:00 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698