commit | bc237482f307ec305c45b5fb86af2fc447613ee7 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Wed Feb 13 12:15:26 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 09 20:04:03 2019 -0400 |
tree | 47db5d6ec45fe2ea156277afd48bf2f7b0c5e9b4 | |
parent | 448dd27292c8f736852bd47328c0d9958b049ecc [diff] |
fs: Add a new command to create symbolic links The command line is: ln <interface> <dev[:part]> target linkname Currently symbolic links are supported only in ext4 and only if the option CMD_EXT4_WRITE is enabled. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>