Got it working. I was using the default /bin/sh shell for my script and had included the pushd command which is only available under bash, so after switching to /bin/bash for the script all worked fine.
Thanks! -----Original Message----- From: Daniel Baumann [mailto:[email protected]] Sent: Thursday, June 13, 2013 11:35 AM To: Debian-live mailing list Subject: Re: git cloning during livecd build process On 06/13/2013 07:16 PM, Don Raikes wrote: > I would would have suspected they should be in the hooks folder under > config, but that didn't work what's the exact name and place of your hook? how didn't it work (error messages etc.)? -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: [email protected] Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/44b89ecc-7705-4d33-a2d8-8582f4681773@default
