Lines Matching +full:- +full:- +full:root
10 # SPDX-License-Identifier: GPL-2.0-or-later
22 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
32 # Pre-init TuxRun specific settings: Most machines work with
37 # The tuxboot tag matches the root directory
46 self.root = "vda"
55 failure_message='Kernel panic - not syncing',
76 + f"file.filename={disk},node-name=hd0"
79 self.kcmd_line += f" root=/dev/{self.root}"
82 self.vm.add_args('-kernel', kernel,
83 '-append', self.kcmd_line,
84 '-blockdev', blockdev)
88 self.vm.add_args('-device', self.extradev)
90 self.vm.add_args('-device',
95 self.vm.add_args('-dtb', dtb)
103 ps1='root@tuxtest:~#'
106 exec_command_and_wait_for_pattern(self, 'root', ps1)
109 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
122 drive="virtio-blk-device",