OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_device
(Results
1 - 2
of
2
) sorted by null
/external/grub/util/
grub-install.in
380
root_device
=`find_device ${rootdir}`
384
if test "x$
root_device
" != "x$bootdir_device"; then
386
root_device
=$bootdir_device
391
root_drive=`convert "$
root_device
"`
400
if test "x$grubdir_device" != "x$
root_device
"; then
404
$grubdir does not exist in the root device $
root_device
.
grub-install
380
root_device
=`find_device ${rootdir}`
384
if test "x$
root_device
" != "x$bootdir_device"; then
386
root_device
=$bootdir_device
391
root_drive=`convert "$
root_device
"`
400
if test "x$grubdir_device" != "x$
root_device
"; then
404
$grubdir does not exist in the root device $
root_device
.
Completed in 886 milliseconds