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