mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 04:44:40 +08:00
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
|
#!/usr/bin/ash
|
||
|
|
||
|
run_hook() {
|
||
|
btrfs device scan
|
||
|
}
|
||
|
|