diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-02-03 10:22:22 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-02-03 10:22:22 -0500 |
commit | 9e49a104fdebf1778acda324d036aa9a70e3793f (patch) | |
tree | e99d7976762f7b8feebe57b3364f01262c7789c1 /data/live-build-config/hooks/09-live.chroot | |
parent | 2b7a2bff886626e9a34966dec07b7010a97a76ba (diff) | |
parent | ab3d92de1b23654730c8d317a376bfc6301e92c7 (diff) | |
download | vyos-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/09-live.chroot')
-rwxr-xr-x | data/live-build-config/hooks/09-live.chroot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/09-live.chroot b/data/live-build-config/hooks/09-live.chroot new file mode 100755 index 00000000..e2f95ff3 --- /dev/null +++ b/data/live-build-config/hooks/09-live.chroot @@ -0,0 +1,6 @@ +#!/bin/sh + +# hack live script that tries to mount ext[23] floppies as root + +sed -e '/ln -s "${devname}"/,/return 0/ s/^/: FIXME/' \ + -i /usr/share/initramfs-tools/scripts/live |