Moved from bitbucket to github for public repositories
This commit is contained in:
parent
ef17695de0
commit
38d0768e4b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
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
|
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
|
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
|
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
|
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
|
ISO to an USB key, or for a virtual machine using directly the ISO file
|
||||||
as a virtual CD.
|
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.
|
and will be kept updated as needed.
|
||||||
|
|
|
@ -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`
|
wait for a user to connect by SSH `ssh installer@<IP>` with the `install`
|
||||||
password.
|
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.
|
and will be kept updated as needed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue