1
# If the server is avalable perform all the following commands.
3
# Mount my NFS shares on the server.
4
# This expects the shares to be specified in the fstab file with the noauto
5
# option so that they are not automatically mounted at boot.
6
#mount /mnt/hermesshare/publish
7
#mount /mnt/hermesshare/share
9
# Add my APT repository on that server to my apt sources.
10
cp /etc/dosab/hermes.list /etc/apt/sources.list.d
12
# Official and third-party source lists.
13
cp /etc/dosab/obs.list.available /etc/apt/sources.list.d/obs.list
14
cp /etc/dosab/sources.list.available /etc/apt/sources.list