project name
This commit is contained in:
parent
100b2a5ead
commit
a09bb9bebd
|
@ -1704,7 +1704,7 @@ image_install_inadyn() {
|
|||
echo '[Install]';
|
||||
echo 'WantedBy=multi-user.target'; } > "$rootdir/etc/systemd/system/inadyn.service"
|
||||
chroot "$rootdir" systemctl enable inadyn
|
||||
echo "inadyn commit:$INADYN_COMMIT" >> "$rootdir/root/freedombone-completed.txt"
|
||||
echo "inadyn commit:$INADYN_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt"
|
||||
}
|
||||
|
||||
image_setup_utils() {
|
||||
|
@ -1866,7 +1866,7 @@ image_setup_utils() {
|
|||
cd "$rootdir/root/build/gpgit" || exit 62484624682
|
||||
git checkout "$GPGIT_COMMIT" -b "$GPGIT_COMMIT"
|
||||
cp "$rootdir/root/build/gpgit/gpgit.pl" "$rootdir/usr/bin"
|
||||
echo "gpgit commit:$GPGIT_COMMIT" >> "$rootdir/root/freedombone-completed.txt"
|
||||
echo "gpgit commit:$GPGIT_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt"
|
||||
|
||||
# email client
|
||||
chroot "$rootdir" apt-get -yq install lynx abook urlview mutt
|
||||
|
@ -1875,7 +1875,7 @@ image_setup_utils() {
|
|||
cd "$rootdir/root/build/cleanup-maildir" || exit 246872646847264
|
||||
git checkout "$CLEANUP_MAILDIR_COMMIT" -b "$CLEANUP_MAILDIR_COMMIT"
|
||||
cp "$rootdir/root/build/cleanup-maildir/cleanup-maildir" "$rootdir/usr/bin"
|
||||
echo "cleanup-maildir commit:$CLEANUP_MAILDIR_COMMIT" >> "$rootdir/root/freedombone-completed.txt"
|
||||
echo "cleanup-maildir commit:$CLEANUP_MAILDIR_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt"
|
||||
|
||||
# web server
|
||||
chroot "$rootdir" apt-get -yq remove --purge apache2
|
||||
|
@ -1883,7 +1883,7 @@ image_setup_utils() {
|
|||
git clone "$NGINX_ENSITE_REPO" "$rootdir/root/build/nginx_ensite"
|
||||
cd "$rootdir/root/build/nginx_ensite" || exit 462746826482
|
||||
git checkout "$NGINX_ENSITE_COMMIT" -b "$NGINX_ENSITE_COMMIT"
|
||||
echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> "$rootdir/root/freedombone-completed.txt"
|
||||
echo "nginx-ensite commit:$NGINX_ENSITE_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt"
|
||||
chroot "$rootdir" cd /root/build/nginx_ensite && make install
|
||||
if [ ! -f "$rootdir/etc/pam.d/nginx" ]; then
|
||||
{ echo '#%PAM-1.0';
|
||||
|
|
Loading…
Reference in New Issue