diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 15:04:17 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-16 20:40:13 +0100 |
commit | 371b382a40e98d73aa71acb23b1bfbd216512510 (patch) | |
tree | b4e24cfc965c269f74386f604037899bba2afbeb /target/linux/x86/xen_domu/base-files | |
parent | 1d6879eedd5a766e82e7e4b33d79186a0ca40aa9 (diff) | |
download | upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.gz upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.bz2 upstream-371b382a40e98d73aa71acb23b1bfbd216512510.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')
-rw-r--r-- | target/linux/x86/xen_domu/base-files/etc/inittab | 5 | ||||
-rw-r--r-- | target/linux/x86/xen_domu/base-files/lib/preinit/45_mount_xenfs | 11 |
2 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/x86/xen_domu/base-files/etc/inittab b/target/linux/x86/xen_domu/base-files/etc/inittab deleted file mode 100644 index 72e19c5b3d..0000000000 --- a/target/linux/x86/xen_domu/base-files/etc/inittab +++ /dev/null @@ -1,5 +0,0 @@ -::sysinit:/etc/init.d/rcS S boot -::shutdown:/etc/init.d/rcS K stop -tts/0::askfirst:/usr/libexec/login.sh -hvc0::askfirst:/usr/libexec/login.sh -tty1::askfirst:/usr/libexec/login.sh 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 |