1 // SPDX-License-Identifier: GPL-2.0+
3 * cmd_fs_uuid.c -- fsuuid command
5 * Copyright (C) 2014, Bachmann electronic GmbH
11 static int do_fs_uuid_wrapper(struct cmd_tbl *cmdtp, int flag, int argc,
14 return do_fs_uuid(cmdtp, flag, argc, argv, FS_TYPE_ANY);
18 fsuuid, 4, 1, do_fs_uuid_wrapper,
19 "Look up a filesystem UUID",
20 "<interface> <dev>:<part>\n"
21 " - print filesystem UUID\n"
22 "fsuuid <interface> <dev>:<part> <varname>\n"
23 " - set environment variable to filesystem UUID\n"