summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/12-udev-initramfs.chroot
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-02-03 10:22:22 -0500
committerDaniil Baturin <daniil@baturin.org>2016-02-03 10:22:22 -0500
commit9e49a104fdebf1778acda324d036aa9a70e3793f (patch)
treee99d7976762f7b8feebe57b3364f01262c7789c1 /data/live-build-config/hooks/12-udev-initramfs.chroot
parent2b7a2bff886626e9a34966dec07b7010a97a76ba (diff)
parentab3d92de1b23654730c8d317a376bfc6301e92c7 (diff)
downloadvyos-build-9e49a104fdebf1778acda324d036aa9a70e3793f.tar.gz
vyos-build-9e49a104fdebf1778acda324d036aa9a70e3793f.zip
Merge branch 'current' of github.com:vyos/vyos-build into 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
+