Moved from bitbucket to github for public repositories

This commit is contained in:
Thomas Schwery 2017-03-12 22:34:41 +01:00
parent ef17695de0
commit 38d0768e4b
2 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ I had to change the build script to add parts that I needed for my project,
such as the capability to generate multiple preseed configuration files
using a Mustache template so that I can select whether I want to create an
user automatically or if I want to use Debian Jessie or Debian Stretch
for example. The final scripts can be found on my [Git repository](https://bitbucket.org/tschwery/debian-preseeded-iso).
for example. The final scripts can be found on my [Git repository](https://github.com/tschwery/debian-preseeded-iso).
The mechanism is really simple and uses Mustache to generate a number of
preseed files based on a template. Every generated file is then added to
@ -147,5 +147,5 @@ The generated ISO can be used for a physical computer after burning the
ISO to an USB key, or for a virtual machine using directly the ISO file
as a virtual CD.
The script is available on my [Git repository](https://bitbucket.org/tschwery/debian-preseeded-iso)
The script is available on my [Git repository](https://github.com/tschwery/debian-preseeded-iso)
and will be kept updated as needed.

View file

@ -93,5 +93,5 @@ passing it the NetworkInstall preseed, configure the first steps and then
wait for a user to connect by SSH `ssh installer@<IP>` with the `install`
password.
The script is available on my [Git repository](https://bitbucket.org/tschwery/debian-preseeded-iso)
The script is available on my [Git repository](https://github.com/tschwery/debian-preseeded-iso)
and will be kept updated as needed.