Skip to content

Commit

Permalink
use https in links instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 21, 2017
1 parent 44c69bb commit c3d263b
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -18,7 +18,7 @@ shell and Perl scripts.

The home page for FAI is

http://fai-project.org/
https://fai-project.org/

This release of FAI is tested with the Debian 8 release.

Expand All @@ -32,7 +32,7 @@ enhancements etc. are welcome. Send them to
fai@fai-project.org

Please fill out the questionnaire when you have finished a project
using FAI. http://fai-project.org/questionnaire
using FAI. https://fai-project.org/questionnaire
I'm looking for short success stories or reports, so new users
can see how others are using FAI in several types of environment.

Expand Down
2 changes: 1 addition & 1 deletion bin/fai-deps
Expand Up @@ -248,7 +248,7 @@ sub read_dependencies {

=head1 SEE ALSO
http://fai-project.org
https://fai-project.org
=head1 AUTHOR
Expand Down
2 changes: 1 addition & 1 deletion bin/setup-storage
Expand Up @@ -34,7 +34,7 @@ use warnings FATAL => qw(uninitialized);
# input format is documented in @ref parser.pm
#
# Some (developer) documentation may be found on
# http://wiki.fai-project.org/index.php/Setup-storage
# https://wiki.fai-project.org/index.php/Setup-storage
#
# Some coding conventions:
# - no whitespace after ( and before )
Expand Down
2 changes: 1 addition & 1 deletion conf/NFSROOT
Expand Up @@ -23,7 +23,7 @@ firmware-bnx2 firmware-bnx2x firmware-realtek

# dracut replaces live-boot and initramfs-tools
dracut-network dracut live-boot- initramfs-tools-
dracut-config-generic # for jessie add "deb http://fai-project.org/download jessie koeln"
dracut-config-generic # for jessie add "deb https://fai-project.org/download jessie koeln"

#git # git consumes a lot of disk space on the FAI CD

Expand Down
2 changes: 1 addition & 1 deletion conf/sources.list
Expand Up @@ -4,4 +4,4 @@ deb http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free

# repository that may contain newer fai packages for stretch
#deb [trusted=yes] http://fai-project.org/download stretch koeln
#deb [trusted=yes] https://fai-project.org/download stretch koeln
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -8,7 +8,7 @@ Build-Depends-Indep: asciidoc-dblatex, w3m, dblatex, docbook-xsl, libparse-recde
Build-Depends: debhelper (>= 7), libgraph-perl
Vcs-Git: git://github.com/faiproject/fai.git
Vcs-Browser: https://github.com/faiproject/fai
Homepage: http://fai-project.org
Homepage: https://fai-project.org

Package: fai-client
Architecture: all
Expand Down
4 changes: 2 additions & 2 deletions doc/QUESTIONNAIRE
@@ -1,7 +1,7 @@
FAI QUESTIONNAIRE
-----------------

http://fai-project.org/questionnaire
https://fai-project.org/questionnaire
last edited: november 5, 2010

I'm very interested in your experiences with fai, bug reports, new ideas,...
Expand All @@ -10,7 +10,7 @@ Please send this questionnaire to
fai@fai-project.org

All replies to this questionnaire are available at
http://fai-project.org/reports
https://fai-project.org/reports

thanks in advance Thomas Lange

Expand Down
60 changes: 30 additions & 30 deletions doc/fai-guide.txt
Expand Up @@ -5,11 +5,11 @@
FAI Guide (Fully Automatic Installation)
========================================
Thomas Lange <lange@informatik.uni-koeln.de>
Mon, 16 Jan 2017
Mon, 21 Sep 2017
:Date: a date
:Revision: 5.3
:Revision: 5.4

:nfsrootsize: 690
:nfsrootsize: 780
:mirrorsize: 56

////
Expand All @@ -35,7 +35,7 @@ configuration and how to deal with errors.

----
+-----------------------------------------------------------------------+
| This manual describes FAI 5.3 but most things are also valid for 4.x. |
| This manual describes FAI 5.4 but most things are also valid for 4.x. |
+-----------------------------------------------------------------------+
----

Expand Down Expand Up @@ -71,19 +71,19 @@ USA


Homepage::
http://fai-project.org
https://fai-project.org

FAI wiki::
http://wiki.fai-project.org
https://wiki.fai-project.org

Download::
http://fai-project.org/download
https://fai-project.org/download

Entry for 'sources.list'::
`deb http://fai-project.org/download stretch koeln`
`deb https://fai-project.org/download stretch koeln`

Manual pages::
http://fai-project.org/doc/man/
https://fai-project.org/doc/man/

Mailing list::
https://lists.uni-koeln.de/mailman/listinfo/linux-fai
Expand All @@ -96,7 +96,7 @@ Bugs::
Use the Debian bug tracking system (BTS) http://bugs.debian.org

User visible changes::
http://fai-project.org/NEWS
https://fai-project.org/NEWS

Source tree via git::
git clone git://github.com/faiproject/fai.git
Expand Down Expand Up @@ -199,7 +199,7 @@ file system, inspect the hardware or do any other task.
* All similar configurations are shared among all install clients.
* Log files for all installations are saved to the installation server.
* Shell, Perl, Python, Ruby, expect and CFEngine scripts are supported during the customization step.
* Support for many protocols like NFS, FTP, HTTP, git
* Support for many protocols like NFS, FTP, HTTPS, git
* Can be used as a rescue system and for hardware inventory.
* Diskless client support.
* Easily add your own functions via hooks or change the default behavior.
Expand Down Expand Up @@ -230,7 +230,7 @@ times. All install clients had a 1Gbit network card installed.

Without further ado, this section will provide a quick and easy demonstration of a fully automatic installation using the FAI CD and a virtual machine.

Just download the CD ISO image from http://fai-project.org/fai-cd and boot
Just download the CD ISO image from https://fai-project.org/fai-cd and boot
your VM using this CD. You will see a grub menu where you can select
from different installation types.

Expand Down Expand Up @@ -518,8 +518,8 @@ steps are needed:
* Install the package 'fai-quickstart' on your install server.

----
# wget -O - http://fai-project.org/download/074BCDE4.asc | apt-key add -
# echo "deb http://fai-project.org/download stretch koeln" > /etc/apt/sources.list.d/fai.list
# wget -O - https://fai-project.org/download/074BCDE4.asc | apt-key add -
# echo "deb https://fai-project.org/download stretch koeln" > /etc/apt/sources.list.d/fai.list
# apt-get update
# aptitude install fai-quickstart
----
Expand Down Expand Up @@ -550,7 +550,7 @@ The log file is written to /var/log/fai/fai-setup.log.

* These are some of the lines you will see at the end of
_fai-setup_. A complete example of 'fai-setup.log' is available on
the FAI web page at http://fai-project.org/logs/fai-setup.log.
the FAI web page at https://fai-project.org/logs/fai-setup.log.

----
FAI packages and related packages inside the nfsroot:
Expand Down Expand Up @@ -807,14 +807,14 @@ tar file based on the classes defined. Thus the file has to be named 'CLASS.tar.
_extrbase_. Use this if you want to install another distribution or
version than that running during the installation.
+
This basefile can also be received based on FAI classes via HTTP or FTP
This basefile can also be received based on FAI classes via HTTP/HTPPS or FTP
by defining the variable FAI_BASEFILEURL. FAI will download a file
CLASSNAME.tar.xz (or tgz, or tar.gz,...) from this URL, if CLASSNAME
matches a FAI class.
+
Example:
----
FAI_BASEFILEURL=http://fai-project.org/download/basefiles
FAI_BASEFILEURL=https://fai-project.org/download/basefiles
----
The folder must support directory listing. FAI will not probe for potentially matching files.

Expand Down Expand Up @@ -1444,7 +1444,7 @@ lrwxrwxrwx 1 fai fai 23 Dec 4 13:22 last -> install-20141204_131351
drwxr-xr-x 2 fai fai 4096 Dec 4 13:22 install-20141204_131351
----

Examples of the log files can be found at http://fai-project.org/logs.
Examples of the log files can be found at https://fai-project.org/logs.


=== [[ireboot]]Reboot the new installed system
Expand Down Expand Up @@ -1647,7 +1647,7 @@ configuration space and a subset of the Debian mirror onto a
CD-ROM. A partial package mirror is created using the command
`fai-mirror(1)` which contains all packages that are used by the
classes used in your configuration space. A sample ISO image is
available at http://fai-project.org/fai-cd.
available at https://fai-project.org/fai-cd.

Using the command `dd(1)` you can also create a bootable USB
stick by just writing the content of the ISO file to your USB stick
Expand All @@ -1670,14 +1670,14 @@ image. After the installation you can boot the disk image and have a
running system. The disk image can also be converted to qcow2 format.

----
faiserver# export FAI_BASEFILEURL=http://fai-project.org/download/basefiles/
faiserver# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
faiserver# fai-diskimage -vu cloud3 -S2G -cDEBIAN,STRETCH64,AMD64,FAIBASE,GRUB_PC,DHCPC,CLOUD disk.raw
----
Creates the file disk.raw for a host called cloud3, with a small set
of software packages.

----
# export FAI_BASEFILEURL=http://fai-project.org/download/basefiles/
# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
# cl=DHCPC,UBUNTU,XENIAL,XENIAL64,AMD64,XORG
# fai-diskimage -Nvu foobar -S5G -c$cl ubuntu.qcow2
----
Expand All @@ -1688,11 +1688,11 @@ with hostname set to foobar.
You do not neet to setup the nfsroot when only using
fai-diskimage. But you need a basefile in your configuration
space. You can download a Debian base image from
http://fai-project.org/download/basefile and copy this into your
https://fai-project.org/download/basefile and copy this into your
config space.
----
$ cd /srv/fai/config/basefiles
$ wget http://fai-project.org/download/basefiles/STRETCH64.tar.xz
$ wget https://fai-project.org/download/basefiles/STRETCH64.tar.xz
----


Expand All @@ -1707,7 +1707,7 @@ architecture. Here are the steps do to:
# apt install fai-server fai-setup-storage fai-doc qemu-utils
# fai-mk-configspace

# export FAI_BASEFILEURL=http://fai-project.org/download/basefiles/
# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
# fai-diskimage -vu armhost -S2G -cDEFAULT,DHCPC,DEBIAN,ARM64,STRETCH64_ARM64,FAIBASE,DEMO,CLOUD,LAST arm64.raw
# chown your_user_id arm64.raw
# cp /var/log/fai/armhost/last/vmlinuz* vmlinuz
Expand Down Expand Up @@ -1817,7 +1817,7 @@ location of the package repository.
The tool `rinse(8)` is used for creating base files for distribution
like CentOS, openSUSE, Scientific Linux Cern or Fedora.
Some basefiles can be downloaded from
http://fai-project.org/download/basefiles/.
https://fai-project.org/download/basefiles/.

The script +mk-basefile+ in
'/usr/share/doc/fai-doc/examples/simple/basefiles/' helps creating
Expand Down Expand Up @@ -2035,7 +2035,7 @@ beeps before the installation starts. The major work is to call other
tasks and to save the output to '/tmp/fai/fai.log'. If you have any
problems during installation, look at all files in '/tmp/fai/'. You
can find examples of the log files
at http://fai-project.org/logs/.
at https://fai-project.org/logs/.

dirinstall::
Install into a directory, not onto a local disk. Use this for creating
Expand Down Expand Up @@ -2066,7 +2066,7 @@ installing different Linux distributions than the one used for
creating the nfsroot. The default file 'base.tar.xz' is a snapshot of a
basic Debian system created by `debootstrap(8)`
This task uses the variable +FAI_BASEFILEURL+ for fetching the base
file via FTP or HTTP if it's defined.
file via FTP, HTTPS or HTTP if it's defined.

debconf::
Calls `fai-debconf(1)` to set the values for the debconf preseeding database.
Expand Down Expand Up @@ -2210,7 +2210,7 @@ touch /srv/fai/nfsroot/.nocolorlogo
----

- A list of variables used by FAI can be found at
http://wiki.fai-project.org/wiki/Variables.
https://wiki.fai-project.org/wiki/Variables.

- You can shorten some customization scripts by using one single fcopy
command _fcopy -r /_.
Expand Down Expand Up @@ -2278,7 +2278,7 @@ https://lists.uni-koeln.de/pipermail/linux-fai/2016-March/011283.html

- How to use the nfsroot as system for diskless clients?
+
http://wiki.fai-project.org/wiki/Use_nfsroot_for_diskless_clients
https://wiki.fai-project.org/wiki/Use_nfsroot_for_diskless_clients


- How to server multiple nfsroot directories on one FAI server?
Expand Down Expand Up @@ -2319,7 +2319,7 @@ On the faiserver, you can find the (remote) log files under the ~fai
directory.

Sample log files from successfully installed computers are
available on http://fai-project.org/logs.
available on https://fai-project.org/logs.
These a some log files which are created by FAI.

FAI_CLASSES::
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/files/etc/fai/apt/sources.list/FAISERVER
@@ -1,5 +1,5 @@
deb http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
deb https://deb.debian.org/debian stretch main contrib non-free
deb https://deb.debian.org/debian-security stretch/updates main contrib non-free

# repository that may contain newer fai packages for stretch
deb [trusted=yes] http://fai-project.org/download stretch koeln
deb [trusted=yes] https://fai-project.org/download stretch koeln
2 changes: 1 addition & 1 deletion examples/simple/scripts/LAST/50-misc
Expand Up @@ -84,7 +84,7 @@ if [ -f $target/etc/apt/sources.list -a -n "$release" ]; then
grep -q 'file generated by fai-cd' $target/etc/apt/sources.list && cat <<EOF > $target/etc/apt/sources.list
deb $apt_cdn/debian $release main contrib non-free
deb $apt_cdn/debian-security $release/updates main contrib non-free
deb [trusted=yes] http://fai-project.org/download $release koeln
deb [trusted=yes] https://fai-project.org/download $release koeln
EOF
fi

Expand Down
2 changes: 1 addition & 1 deletion lib/fetch-basefile
Expand Up @@ -7,7 +7,7 @@
# Try to download a file CLASSNAME.tar.gz (or tgz, or tar.xz,...) from an URL
# CLASSNAME must match a FAI class
# The URL must provide a listing of all files in there
# e.g.: FAI_BASEFILEURL=http://fai-project.org/download/basefiles
# e.g.: FAI_BASEFILEURL=https://fai-project.org/download/basefiles
#
# variables needed: $classes, $FAI, $FAI_BASEFILEURL

Expand Down
2 changes: 1 addition & 1 deletion lib/setup-storage/Init.pm
Expand Up @@ -27,7 +27,7 @@ use strict;
# @brief Initialize all variables and acquire the set of disks of the system.
#
# The layout of the data structures is documented in the wiki:
# http://wiki.fai-project.org/index.php/Setup-storage
# https://wiki.fai-project.org/index.php/Setup-storage
#
# @author Christian Kern, Michael Tautschnig
# @date Sun Jul 23 16:09:36 CEST 2006
Expand Down
2 changes: 1 addition & 1 deletion man/ainsl.1
Expand Up @@ -99,7 +99,7 @@ This is a similar function to AppendIfNoSuchLine from cfengine(8).
.SH SEE ALSO
.br
This program is part of FAI (Fully Automatic Installation). See the FAI manual
for more information on how to use ainsl. The FAI homepage is http://fai-project.org.
for more information on how to use ainsl. The FAI homepage is https://fai-project.org.

.SH AUTHOR
Thomas Lange <lange@informatik.uni-koeln.de>
2 changes: 1 addition & 1 deletion man/fai-chboot.8
Expand Up @@ -211,7 +211,7 @@ Currently only PXE boot is supported.
The pxelinux documentation.
.TP

This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use fai-chboot. The FAI homepage is http://fai-project.org.
This program is part of FAI (Fully Automatic Installation). See the FAI manual for more information on how to use fai-chboot. The FAI homepage is https://fai-project.org.

.SH AUTHOR
Thomas Lange <lange@informatik.uni-koeln.de>
6 changes: 3 additions & 3 deletions man/fai-diskimage.8
Expand Up @@ -46,7 +46,7 @@ configuration including several examples.

You can now build your fist disk image.

# export FAI_BASEFILEURL=http://fai-project.org/download/basefiles/
# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
# cl="DEBIAN,STRETCH64,AMD64,FAIBASE,GRUB_PC,DHCPC,CLOUD"
# fai-diskimage -vu cloud3 -S2G -c$cl cloud.raw

Expand All @@ -55,7 +55,7 @@ graphical desktop. The disk image cloud.raw will be of size 2 GB and
the host is called cloud3.


# export FAI_BASEFILEURL=http://fai-project.org/download/basefiles/
# export FAI_BASEFILEURL=https://fai-project.org/download/basefiles/
# cl=DHCPC,UBUNTU,XENIAL,XENIAL64,AMD64,XORG
# fai-diskimage -vNu ubuntu -S7G -c$cl ubuntu.qcow2

Expand Down Expand Up @@ -84,6 +84,6 @@ images" in the FAI guide for details.
.SH SEE ALSO
.br
This program is part of FAI (Fully Automatic Installation). See the FAI manual
for more information on how to use fai-monitor. The FAI homepage is http://fai-project.org.
for more information on how to use fai-monitor. The FAI homepage is https://fai-project.org.
.SH AUTHOR
Thomas Lange <lange@informatik.uni-koeln.de>
2 changes: 1 addition & 1 deletion man/fai-make-nfsroot.8
Expand Up @@ -94,7 +94,7 @@ directory as a staging point for building the base installation tarball.

This program is part of FAI (Fully Automatic Installation). See the FAI manual
for more information on how to use fai-make-nfsroot. The FAI homepage is
http://fai-project.org.
https://fai-project.org.
.SH FILES
.PD 0
.TP
Expand Down

0 comments on commit c3d263b

Please sign in to comment.