blob: 17f279f703e0937b1e8c988f0ff221159dce18a3 [file]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package dut
const (
KernelImage = "full_dev_part_KERN.bin.gz"
RootfsImage = "full_dev_part_ROOT.bin.gz"
MiniosImage = "full_dev_part_MINIOS.bin.gz"
StatefulImage = "stateful.tgz"
)
// Images to be flashed
var Images = []string{KernelImage, RootfsImage, StatefulImage}
const (
statefulDir = "/mnt/stateful_partition"
statefulAvailable = ".update_available"
)