mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Make sure we're passing CHROMEOS_REVISION through to customized rootfs.
Review URL: http://chromereview.prom.corp.google.com/1187047 git-svn-id: svn://chrome-svn/chromeos/trunk@241 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
843e9a3cf1
commit
6e216c19eb
@ -211,7 +211,8 @@ SUITE2="$FLAGS_suite2"
|
|||||||
CHROMEOS_OFFICIAL="$CHROMEOS_OFFICIAL"
|
CHROMEOS_OFFICIAL="$CHROMEOS_OFFICIAL"
|
||||||
EOF
|
EOF
|
||||||
# Also export ChromeOS version strings
|
# Also export ChromeOS version strings
|
||||||
set | grep "CHROMEOS_VERSION" >> $CUST_OPTS
|
set | grep "^CHROMEOS_VERSION" >> $CUST_OPTS
|
||||||
|
echo CHROMEOS_REVISION=$CHROMEOS_REVISION >> $CUST_OPTS
|
||||||
|
|
||||||
# Run the setup script
|
# Run the setup script
|
||||||
sudo chroot "$ROOT_FS_DIR" "${ROOTFS_SETUP_DIR}/${ROOTFS_CUSTOMIZE_SCRIPT}"
|
sudo chroot "$ROOT_FS_DIR" "${ROOTFS_SETUP_DIR}/${ROOTFS_CUSTOMIZE_SCRIPT}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user