aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-13 15:04:17 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-24 13:30:45 +0100
commitb36e24f39e633f8f5061b52d496f5f17a2b210f2 (patch)
tree5f43f01f5b8f082da253d6d0fc9020d8b9149d83 /target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs
parent296772f9392bcb3cdc6b02011b4c311fec380cb1 (diff)
downloadupstream-b36e24f39e633f8f5061b52d496f5f17a2b210f2.tar.gz
upstream-b36e24f39e633f8f5061b52d496f5f17a2b210f2.tar.bz2
upstream-b36e24f39e633f8f5061b52d496f5f17a2b210f2.zip
x86: remove the xen_domu subtarget
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs')
-rw-r--r--target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100644
index 7b0760516e..0000000000
--- a/target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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