summaryrefslogtreecommitdiff
path: root/target/linux/x86/base-files/lib/preinit/20_check_iso
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/base-files/lib/preinit/20_check_iso')
-rw-r--r--target/linux/x86/base-files/lib/preinit/20_check_iso5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/x86/base-files/lib/preinit/20_check_iso b/target/linux/x86/base-files/lib/preinit/20_check_iso
deleted file mode 100644
index beff6eb..0000000
--- a/target/linux/x86/base-files/lib/preinit/20_check_iso
+++ /dev/null
@@ -1,5 +0,0 @@
-check_for_iso() {
- grep -qE '/dev/root.*iso9660' /proc/mounts && ramoverlay
-}
-
-boot_hook_add preinit_mount_root check_for_iso