Chromium Code Reviews
DescriptionAccept list of kernels to re-sign, instead of assuming only 2 & 4.
Change-Id: Ice7b3a9323f003654d1062f721a21f37856f44d7
BUG=chromium-os:10246
TEST=manual
This should resign kernel partitions 2 & 4, as before:
make_dev_ssh.sh --save_config foo
make_dev_ssh.sh --set_config foo
This should only resign kernel 2:
make_dev_ssh.sh --save_config foo --partition '2'
make_dev_ssh.sh --set_config foo --partition '4'
This should attempt to resign 2, 4, and 6. It's okay if not all succeed.
make_dev_ssh.sh --save_config foo --partition '2 4 6'
make_dev_ssh.sh --set_config foo --partition '2 4 6'
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=51b9b83
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||