]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/zfs-initramfs.preinst
Merge branch 'upstream'
[mirror_zfs-debian.git] / debian / zfs-initramfs.preinst
1 #!/bin/sh -e
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.
8 ln -sf /proc/mounts /etc/mtab
9
10 #DEBHELPER#