diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-03 03:22:23 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-03 03:22:23 -0500 |
commit | dbf2854bb2ab4006792d1dfefc6021657f99b034 (patch) | |
tree | 6a794e4dc0d0ed39101061b05d6e392513dfa171 /data/live-build-config/hooks/09-live.chroot | |
parent | 8c29337415ae9f39b291fd8e4f85d35916fc4705 (diff) | |
download | vyos-build-dbf2854bb2ab4006792d1dfefc6021657f99b034.tar.gz vyos-build-dbf2854bb2ab4006792d1dfefc6021657f99b034.zip |
Add hooks or live-build.
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 |