mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +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 binaries=(
|
||||
"$root/usr/bin/Xorg"
|
||||
"$root/boot/vmlinuz"
|
||||
"$root/sbin/session_manager"
|
||||
"$root/bin/sed"
|
||||
"$root/opt/google/chrome/chrome"
|
||||
)
|
||||
|
||||
for test_file in "${binaries[@]}"; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user