mirror of https://github.com/Forza-tng/dm-cache
Update mdev/dmcache.mdev
Add license identifier and description.
This commit is contained in:
parent
ce178b3b35
commit
da9ac7e87d
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# mdev script to mask dm-cache origin device's FS UUID
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
# Copyright 2023 Forza <forza@tnonline.net>
|
||||||
|
|
||||||
uuid_file="/etc/dmcache-uuids"
|
uuid_file="/etc/dmcache-uuids"
|
||||||
|
|
||||||
# Check if the file exists
|
# Check if the file exists
|
||||||
|
|
Loading…
Reference in New Issue