mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
add preinit xenfs mount handler
SVN-Revision: 19616
This commit is contained in:
parent
e0fc8fb6aa
commit
a243108655
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
|
||||
do_mount_xenfs() {
|
||||
[ -f /etc/modules.d/??-xenfs ] && {
|
||||
insmod $(cat /etc/modules.d/??-xenfs)
|
||||
mount none /proc/xen -t xenfs
|
||||
}
|
||||
}
|
||||
|
||||
boot_hook_add preinit_mount_root do_mount_xenfs
|
Loading…
x
Reference in New Issue
Block a user