diff options
Diffstat (limited to 'target/linux/x86/xen_domu/base-files/lib')
4 files changed, 115 insertions, 0 deletions
diff --git a/target/linux/x86/xen_domu/base-files/lib/.svn/entries b/target/linux/x86/xen_domu/base-files/lib/.svn/entries new file mode 100644 index 0000000..f645a70 --- /dev/null +++ b/target/linux/x86/xen_domu/base-files/lib/.svn/entries @@ -0,0 +1,31 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/xen_domu/base-files/lib +svn://svn.openwrt.org/openwrt + + + +2012-12-19T16:07:46.450520Z +34792 +mirko + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +preinit +dir + diff --git a/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/entries b/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/entries new file mode 100644 index 0000000..9512e27 --- /dev/null +++ b/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/x86/xen_domu/base-files/lib/preinit +svn://svn.openwrt.org/openwrt + + + +2012-12-19T16:07:46.450520Z +34792 +mirko + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +45_mount_xenfs +file + + + + +2013-03-17T12:12:37.000000Z +0c1f209c0bb732b2ce11da7f6f823204 +2012-12-19T16:07:46.450520Z +34792 +mirko + + + + + + + + + + + + + + + + + + + + + +237 + diff --git a/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/text-base/45_mount_xenfs.svn-base b/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/text-base/45_mount_xenfs.svn-base new file mode 100644 index 0000000..7b07605 --- /dev/null +++ b/target/linux/x86/xen_domu/base-files/lib/preinit/.svn/text-base/45_mount_xenfs.svn-base @@ -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 -o noatime none /proc/xen -t xenfs + } +} + +boot_hook_add preinit_mount_root do_mount_xenfs diff --git a/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs b/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs new file mode 100644 index 0000000..7b07605 --- /dev/null +++ b/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs @@ -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 -o noatime none /proc/xen -t xenfs + } +} + +boot_hook_add preinit_mount_root do_mount_xenfs |