X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=postinst-setup-fedora;h=96255e73a60e9608d11792c3167982b6572de209;hp=afd4fa96ad14aaf04b4566a3cbfd54ac7f7d6c35;hb=a8283d958fee2a2835b9217d0e3ecfe473170109;hpb=a688258458d495e1d0574b958a6ee2534aefee9b diff --git a/postinst-setup-fedora b/postinst-setup-fedora index afd4fa9..96255e7 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -23,7 +23,7 @@ if ! type offlineimap >/dev/null 2>&1; then texlive-german texlive-a4wide \ gnome-terminal firefox network-manager-applet evince shotwell rhythmbox \ offlineimap gnome-keyring pinentry-gnome3 \ - postfix duplicity systemd-container gnome-disk-utility powertop \ + duplicity systemd-container gnome-disk-utility powertop \ git gtimelog libappindicator-gtk3 gnome-screenshot \ schroot mock apt-cacher-ng strace wget patchutils \ @@ -37,12 +37,6 @@ grep -q lib/mock /etc/fstab || cat << EOF >> /etc/fstab tmpfs /var/tmp tmpfs defaults 0 0 tmpfs /var/lib/mock tmpfs defaults 0 0 -#/proc /ubuntu/proc none bind 0 0 -#/sys /ubuntu/sys none bind 0 0 -#/dev /ubuntu/dev none rbind 0 0 -#/home /ubuntu/home none rbind 0 0 -#/srv /ubuntu/srv none bind 0 0 -#/tmp /ubuntu/tmp none bind 0 0 EOF #ln -s fedora-27-x86_64.cfg /etc/mock/default.cfg @@ -86,7 +80,6 @@ if [ ! -d /etc/.git ]; then cp -av /backup-etc/.git/ /etc/ rm -rf /backup-etc fi -systemctl enable --now postfix # crontabs crontab -u martin - <