]> git.proxmox.com Git - zfsonlinux.git/blobdiff - zfs-debian-pve/zfs-initramfs.preinst
remove unused files
[zfsonlinux.git] / zfs-debian-pve / zfs-initramfs.preinst
diff --git a/zfs-debian-pve/zfs-initramfs.preinst b/zfs-debian-pve/zfs-initramfs.preinst
deleted file mode 100644 (file)
index af5657d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-# @FIXME: During system start, the /etc/init/mountall.conf on Ubuntu is unable
-# to generate the /etc/mtab file from the /proc/mounts file if a ZFS filesystem
-# is already mounted.
-
-# This depends on mountall 2.18, which recognizes the link.
-ln -sf /proc/mounts /etc/mtab
-
-#DEBHELPER#