diff --git a/board/myna-player-odyssey/scripts/initramfs_postbuild.sh b/board/myna-player-odyssey/scripts/initramfs_postbuild.sh index f8f113b..70c6644 100755 --- a/board/myna-player-odyssey/scripts/initramfs_postbuild.sh +++ b/board/myna-player-odyssey/scripts/initramfs_postbuild.sh @@ -1,5 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: GPL-3.0-or-later +# Copyright 2020 Xogium unlink "${TARGET_DIR}"/usr/lib/systemd/system/default.target unlink "${TARGET_DIR}"/etc/systemd/system/default.target diff --git a/board/myna-player-odyssey/scripts/initramfs_postimage.sh b/board/myna-player-odyssey/scripts/initramfs_postimage.sh index 384a85f..acc4ab1 100755 --- a/board/myna-player-odyssey/scripts/initramfs_postimage.sh +++ b/board/myna-player-odyssey/scripts/initramfs_postimage.sh @@ -1,5 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: GPL-3.0-or-later +# Copyright 2020 Xogium # copy kernel, bootloader and device tree to a well known location diff --git a/board/myna-player-odyssey/scripts/rootfs_postbuild.sh b/board/myna-player-odyssey/scripts/rootfs_postbuild.sh index e6fe978..ec92637 100755 --- a/board/myna-player-odyssey/scripts/rootfs_postbuild.sh +++ b/board/myna-player-odyssey/scripts/rootfs_postbuild.sh @@ -1,5 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: GPL-3.0-or-later +# Copyright 2020 Xogium set -e diff --git a/board/myna-player-odyssey/scripts/rootfs_postimage.sh b/board/myna-player-odyssey/scripts/rootfs_postimage.sh index d0fd48a..2a7c46b 100755 --- a/board/myna-player-odyssey/scripts/rootfs_postimage.sh +++ b/board/myna-player-odyssey/scripts/rootfs_postimage.sh @@ -1,5 +1,6 @@ #!/bin/bash # SPDX-License-Identifier: GPL-3.0-or-later +# Copyright 2020 Xogium set -e