docs: Change to new file storage
This commit is contained in:
parent
1631d2acfc
commit
b2f13b1348
|
|
@ -43,8 +43,8 @@ layout: default
|
|||
{% capture i %}{{ debian.os }}{{ debian.dist }}{{ debian.arch }}{% endcapture %}
|
||||
<div class="tab-pane fade hidden" id="install-{{ i }}" role="tabpanel" aria-labelledby="install-{{ i }}-tab">
|
||||
<p class="bg-dark py-2 px-3">
|
||||
<code class="shell-normal text-light">wget http://ftp.sd-card-images.johang.se<span class="install-boot_path">/PLACEHOLDER1.bin.gz</span></code><br />
|
||||
<code class="shell-normal text-light">wget http://ftp.sd-card-images.johang.se<span id="install-{{ i }}-debian_path">/PLACEHOLDER2.bin.gz</span></code><br />
|
||||
<code class="shell-normal text-light">wget http://dl.sd-card-images.johang.se<span class="install-boot_path">/PLACEHOLDER1.bin.gz</span></code><br />
|
||||
<code class="shell-normal text-light">wget http://dl.sd-card-images.johang.se<span id="install-{{ i }}-debian_path">/PLACEHOLDER2.bin.gz</span></code><br />
|
||||
<code class="shell-normal text-light">zcat <span class="install-boot_file">boot.bin.gz</span> <span id="install-{{ i }}-debian_file">debian.bin.gz</span> > sd-card.img</code><br />
|
||||
<code class="shell-root text-light">dd if=sd-card.img of=/dev/sdXXX <span class="text-info"># ...where /dev/sdXXX is your SD card</span></code><br />
|
||||
</p>
|
||||
|
|
@ -98,7 +98,7 @@ layout: default
|
|||
<hr />
|
||||
</div>
|
||||
<script>
|
||||
base_url = "http://ftp.sd-card-images.johang.se";
|
||||
base_url = "http://dl.sd-card-images.johang.se";
|
||||
board = "{{ page.board_id }}";
|
||||
arch = "{{ page.board_cpu_arch_debian }}";
|
||||
dtb = "{{ page.board_dtb_name }}";
|
||||
|
|
@ -168,8 +168,8 @@ layout: default
|
|||
$("#install-instructions .tab-content div.show:first").addClass(["active"]);
|
||||
}
|
||||
</script>
|
||||
<script src="https://ftp.sd-card-images.johang.se/index-boots.js" type="text/javascript"></script>
|
||||
<script src="https://ftp.sd-card-images.johang.se/index-debians-{{ page.board_cpu_arch_debian }}.js" type="text/javascript"></script>
|
||||
<script src="https://cdn.sd-card-images.johang.se/index-boots.js" type="text/javascript"></script>
|
||||
<script src="https://cdn.sd-card-images.johang.se/index-debians-{{ page.board_cpu_arch_debian }}.js" type="text/javascript"></script>
|
||||
<div class="container">
|
||||
<h3>Boards by {{ page.board_maker_name }}</h3>
|
||||
<table class="table table-sm table-hover">
|
||||
|
|
|
|||
Loading…
Reference in New Issue