mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 14:31:46 +01:00
fix(build_library/test_image_content.sh): Remove Xorg requirement
Remove Xorg and chrome, we don't ship those in coreos Change-Id: Id3ffadda31c31e0d6afdc18738d2ed46fc41b537
This commit is contained in:
parent
78e2afafea
commit
a85c3f9167
@ -7,11 +7,8 @@ test_image_content() {
|
|||||||
local returncode=0
|
local returncode=0
|
||||||
|
|
||||||
local binaries=(
|
local binaries=(
|
||||||
"$root/usr/bin/Xorg"
|
|
||||||
"$root/boot/vmlinuz"
|
"$root/boot/vmlinuz"
|
||||||
"$root/sbin/session_manager"
|
|
||||||
"$root/bin/sed"
|
"$root/bin/sed"
|
||||||
"$root/opt/google/chrome/chrome"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for test_file in "${binaries[@]}"; do
|
for test_file in "${binaries[@]}"; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user