mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
- Rev chromeos-systemtests, and add fio as a dependency. - Add fio into the image during mod_image_for_test.sh Review URL: http://chromereview.prom.corp.google.com/1180028 git-svn-id: svn://chrome-svn/chromeos/trunk@297 06c00378-0e64-4dae-be16-12b19f9950a1
11 lines
292 B
Bash
Executable File
11 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Install fio and libaio1
|
|
dpkg --install /modify_build/libaio1_*.deb
|
|
dpkg --install /modify_build/fio_*.deb
|
|
|