~m-grant-prg/vm-container-utils/bionic

« back to all changes in this revision

Viewing changes to src/conf/etc/lxcu/debian/stretch/dosab/hermes.mgent.home.available.in

  • Committer: Mark Grant
  • Date: 2022-10-16 14:46:16 UTC
  • mfrom: (5.1.19 bionic-trunk)
  • Revision ID: m.grant.prg@gmail.com-20221016144616-y7q6fu2a7cekczk5
Merge from bionic-trunk.

* New upstream release.
* Update Copyright for 2022.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# If the server is avalable perform all the following commands.
 
2
 
 
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
 
8
 
 
9
# Add my APT repository on that server to my apt sources.
 
10
cp /etc/dosab/hermes.list /etc/apt/sources.list.d
 
11
 
 
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
 
15