]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/zfs-initramfs.preinst
Merge branch 'upstream'
[mirror_zfs-debian.git] / debian / zfs-initramfs.preinst
CommitLineData
4cdfcc4f 1#!/bin/sh -e
306e8c22
DH
2
3# @FIXME: During system start, the /etc/init/mountall.conf on Ubuntu is unable
4# to generate the /etc/mtab file from the /proc/mounts file if a ZFS filesystem
5# is already mounted.
6
7# This depends on mountall 2.18, which recognizes the link.
8ln -sf /proc/mounts /etc/mtab
5742dad2
DH
9
10#DEBHELPER#