summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/12-udev-initramfs.chroot
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-06-23 04:37:36 +0200
committerDaniil Baturin <daniil@baturin.org>2018-06-23 04:37:36 +0200
commit9113afff3a538a6e9a7f788189028778aa75fe1f (patch)
tree644be7e1698812eec85adaa6884643f2a775b7e6 /data/live-build-config/hooks/12-udev-initramfs.chroot
parent2268a65ba8edf92400ea185a36e784365de2e853 (diff)
parent85bc557f4c458c08b096abfd5100cc324a2a2ee0 (diff)
downloadvyos-build-9113afff3a538a6e9a7f788189028778aa75fe1f.tar.gz
vyos-build-9113afff3a538a6e9a7f788189028778aa75fe1f.zip
Merge branch 'current'
Diffstat (limited to 'data/live-build-config/hooks/12-udev-initramfs.chroot')
-rwxr-xr-xdata/live-build-config/hooks/12-udev-initramfs.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/12-udev-initramfs.chroot b/data/live-build-config/hooks/12-udev-initramfs.chroot
new file mode 100755
index 00000000..13bdfb89
--- /dev/null
+++ b/data/live-build-config/hooks/12-udev-initramfs.chroot
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# this was a "local patch" but patch generates a .orig file if it doesn't
+# apply cleanly, which is not good when all files in the hook directory are
+# executed. just use sed to hack the udev hook here.
+
+sed -i 's/^\(mount -n -o move \/dev .*\/dev\)$/\1 2>\/dev\/null/' \
+ /usr/share/initramfs-tools/scripts/init-bottom/udev
+