Ubuntu Pastebin

Paste from cerdea at Fri, 15 Apr 2016 20:33:17 +0000

Download as text
1
2
3
4
5
6
7
/usr/share/initramfs-tools/hooks/zfs:COPY_EXEC_LIST="$COPY_EXEC_LIST /bin/hostname /sbin/blkid"
/usr/share/initramfs-tools/hooks/zfs:if [ -f "/etc/hostname" ]
/usr/share/initramfs-tools/hooks/zfs:	cp -p "/etc/hostname" "$DESTDIR/etc/"
/usr/share/initramfs-tools/hooks/zfs:	hostname >"$DESTDIR/etc/hostname"
/usr/share/initramfs-tools/init:# mdadm needs hostname to be set. This has to be done before the udev rules are called!
/usr/share/initramfs-tools/init:if [ -f "/etc/hostname" ]; then
/usr/share/initramfs-tools/init:        /bin/hostname -b -F /etc/hostname 2>&1 1>/dev/null
Download as text