Opened 14 years ago

Last modified 9 years ago

#5416 closed enhancement

[Nightly image] Download, write and make bootable — at Version 2

Reported by: ahwayakchih Owned by: nobody
Priority: normal Milestone: R1
Component: - General Version:
Keywords: nightly, install, bootable Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by jackburton)

I wrote small Python script, which downloads current raw image from http://haiku-files.org/raw, unzips it, writes to selected device and makes it bootable.

I rarely write anything in Python, so i bet it could be written better. Still, it works OK here (except for now it doesn't - nightly builds are broken at the moment, so nothing new to download :).

Hope it can be useful for others too. I tried it only on Ubuntu 9.10 (Karmic Koala), but it probably will run ok on any *NIX platform with Python, "unzip", "fdisk" and "dd" installed. It should be called with sudo(so it can use fdisk and dd). Can be called without any arguments to show help/instructions how to use it.

Change History (3)

by ahwayakchih, 14 years ago

Attachment: haiku-nightly-installer.zip added

Python script which downloads, unzips, writes to device and makes nightly image bootable.

comment:1 by ahwayakchih, 14 years ago

"show help/instructions hot to" should be "show help/instructions how to". Sorry for spelling mistakes :(.

comment:2 by jackburton, 14 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.