Fix workflow (#363)

* Fix workflow

* Update rauc.sh

* Update rootfs-layer.sh

* Delete .travis.yml
This commit is contained in:
Pascal Vizeli
2019-02-22 00:51:46 +01:00
committed by GitHub
parent 7308bad953
commit ba01ed951b
4 changed files with 14 additions and 48 deletions

View File

@@ -78,6 +78,7 @@ function install_rauc_certs() {
function install_bootloader_config() {
if [ "${BOOTLOADER}" == "uboot" ]; then
# shellcheck disable=SC1117
echo -e "/dev/disk/by-partlabel/hassos-bootstate\t0x0000\t${BOOT_ENV_SIZE}" > "${TARGET_DIR}/etc/fw_env.config"
else
cp -f "${BR2_EXTERNAL_HASSOS_PATH}/misc/barebox-state-efi.dtb" "${TARGET_DIR}/etc/barebox-state.dtb"

View File

@@ -29,6 +29,7 @@ function fix_rootfs() {
function install_hassos_cli() {
# shellcheck disable=SC1117
sed -i "s|\(root.*\)/bin/sh|\1/usr/sbin/hassos-cli|" "${TARGET_DIR}/etc/passwd"
if ! grep "hassos-cli" "${TARGET_DIR}/etc/shells"; then