]> git.wh0rd.org - home.git/commitdiff
cros-board: update paths & args
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Feb 2023 16:42:52 +0000 (11:42 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 1 Feb 2023 16:42:52 +0000 (11:42 -0500)
.bin/cros-board

index 066804f2ee1f634d1664b88f17ae48fff92deb13..9034cb21aa9fe2dddb7de5933bdbe52fbbe934cd 100755 (executable)
@@ -113,17 +113,16 @@ if ${ARG_CLEAN} || [[ ! -d ${BUILD} ]] ; then
        fi
 fi
 
-run ./build_packages \
+run build_packages \
        --board=${BOARD} \
        --nowithdebug \
        --nowithrevdeps \
        --skip-chroot-upgrade \
-       --autosetgov \
-       $(tfe ${ARG_AUTOTEST} --{,no}withautotest) \
-       $(tfe ${ARG_FACTORY} --{,no}withfactory) \
-       $(tfe ${ARG_NOPKG} --{no,}usepkg) \
-       $(tfe ${ARG_TEST} --{,no}withtest)
-BUILD_IMG="./build_image --board=${BOARD} --noenable_rootfs_verification $(tfe ${ARG_TEST} test base)"
+       $(tfe ${ARG_AUTOTEST} --{,no-}withautotest) \
+       $(tfe ${ARG_FACTORY} --{,no-}withfactory) \
+       $(tfe ${ARG_NOPKG} --{no-,}usepkg) \
+       $(tfe ${ARG_TEST} --{,no-}withtest)
+BUILD_IMG="build_image --board=${BOARD} --no-enable-rootfs-verification $(tfe ${ARG_TEST} test base)"
 run ${BUILD_IMG}
 
 IMG_TO_USB="cros flash --yes usb://${ARG_DEV} xbuddy://local/${BOARD}/latest/dev"