commit | 8b564a8fb9af120116cc3f7188bd5efa9cc0bd39 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Sep 11 17:53:34 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Sep 11 17:53:34 2011 -0700 |
tree | ff5e37eae284998118b8f4a378f3131fdf04e549 | |
parent | 1b17570c4cbd03af1ffa7c4fc5c1500be15bad94 [diff] [blame] |
move apache config to a template
diff --git a/build.sh b/build.sh index b487287..1523ece 100755 --- a/build.sh +++ b/build.sh
@@ -34,8 +34,8 @@ # copy kernel modules cp -pr /lib/modules/`uname -r` $DEST/lib/modules -# helpful screenrc -cp files/screenrc $DEST/root/.screenrc +# inject stack.sh files +cp -r files $DEST/opt/files # copy openstack installer and requirement lists to a new directory. mkdir -p $DEST/opt