Sandbox:How to write a HOWTO: Difference between revisions

From Alpine Linux
No edit summary
m (This is a sandbox page... y so serious?)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>
{|style="width: 48em; padding:2px; margin:0; margin-bottom:10px; background-color:#f1f1de; border:1px solid #cc9; -moz-border-radius-bottomright: 0.5em; -moz-border-radius-bottomleft: 1em; border-radius-bottomright: 0.5em; border-radius-bottomleft: 1em; -webkit-border-bottom-right-radius: 0.5em; -webkit-border-bottom-left-radius: 1em;"
|<div style="font-size: 1.5em; font-weight:bold; text-align:center;"> [[Image:Tango-user-trash-full.png|48px|left|link=]] This material is proposed for deletion ... </div><p style="text-align: center; font-size: 87%;">dl.cgi no longer on alpinelinux.org; *.xdelta files no longer present either AFAIK
(note: this is a sandbox page and this is just a preview of what an RfD would look like)
([[{{TALKPAGENAME}}|Discuss]])<br />Make sure no other pages link here and check the page's history before deleting.</p>
|}</center>
For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1       
For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1       
      
      
  wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta
  wget –c <nowiki>http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta</nowiki>
  wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1
  wget <nowiki>http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1</nowiki>


Make sure you have xdelta3 installed and build the new iso
Make sure you have xdelta3 installed and build the new iso
Line 10: Line 17:


If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.
[http://wiki.alpinelinux.org/wiki/How_to_use_xdelta_and_download_only_differential_update_files]

Latest revision as of 06:42, 26 August 2023

This material is proposed for deletion ...

dl.cgi no longer on alpinelinux.org; *.xdelta files no longer present either AFAIK

(note: this is a sandbox page and this is just a preview of what an RfD would look like)

(Discuss)
Make sure no other pages link here and check the page's history before deleting.

For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1

wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta
wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1

Make sure you have xdelta3 installed and build the new iso

apk add xdelta3
xdelta3 -d alpine-1.10.3-1.10.4.xdelta

If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.