Changes between Version 9 and Version 10 of R1/Beta2/ReleaseNotes


Ignore:
Timestamp:
May 1, 2020, 10:56:15 AM (5 years ago)
Author:
pulkomandy
Comment:

Add incomplete notes on how to update from beta1

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta2/ReleaseNotes

    v9 v10  
    1919 * [https://www.haiku-os.org/blog/pulkomandy/2018-12-02_haiku_monthly_activity_report_november_2018/ Nov 2018]
    2020
     21== Upgrade instructions
     22It is possible to update your Haiku install from Beta 1 to Beta 2. You need at least XXX megabytes of free space on your system partition and a reliable internet access for downloading the packages. Alternatively you may download the beta 2 disk image and extract the updated packages from there if your Haiku system does not have sufficiently reliable internet access (XXX explain how to do this).
     23The folowing procedure should be followed:
     24
     25=== Updating to the latest version of beta1
     26
     27{{{
     28pkgman update
     29}}}
     30
     31=== Updating the EFI bootloader
     32
     33The EFI bootloader must be updated manually. Download the new bootloader from XXX and replace the old one in your EFI system partition.
     34
     35(XXX should this be done before or after updating the system?)
     36
     37If you boot your computer using BIOS and MBR, no manual bootloader update is needed. XXX explain how to check which bootloader is used.
     38
     39=== Switching to the new repositories
     40
     41{{{
     42pkgman add-repo https://eu.hpkg.haiku-os.org/haiku/r1beta2/$(getarch)/current
     43pkgman add-repo https://eu.hpkg.haiku-os.org/haikuports/r1beta2/$(getarch)/current
     44}}}
     45
     46=== Updating to beta2
     47
     48{{{
     49pkgman full-sync
     50reboot
     51}}}
    2152
    2253== Some highlights