Download List

프로젝트 설명

flashrd creates OpenBSD images tailored for embedded hardware devices and for executing from a virtualized environment. It installs a complete OpenBSD system with "one-touch" upgrade capability. It boots from a ramdisk to make in-place upgrades easy and complete. flashrd partitions for read-only operation by default, to minimize flash wear.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-31 07:46
1.3

이 릴리스는 onetime.tgz를 사용 하 여 새 이미지를 쉽게 "내부" 업그레이드를 추가 합니다.

이제는 onetime.tgz에서 압축을 푼 rc.conf.local/rc.local, 또는 rc.shutdown 파일에 한 줄을 그냥 추가할 수 있습니다.

아니 손-병합 flashrd 부트스트랩 또는 종료 코드 업그레이드 중입니다.

이 릴리스는 vardirs/tardirs 변수 및 일어나는 곳의 더 나은 설명 (rc.flashrd.sub에 내장 된)의 통합을 추가 합니다.
This release adds
easier "in-place" upgrades to new images,
using onetime.tgz.

Now you can just add one line to your rc.conf.local,
rc.local, and/or rc.shutdown files which get unpacked from onetime.tgz.

There's no hand-merging of any flashrd bootstrap or shutdown code during upgrade.

This release adds
consolidation of vardirs/tardirs variables and better explanation (built into rc.flashrd.sub)
of what goes where.

2013-01-05 06:45
1.2

주요 오류 후 무슨 일이 있었는지 알아낼 더 나은 능력을 포함 하 여 많은 실질적인 유용성 수정 많은 스크립트 정리, 그리고 더 나은 명령줄 인수 처리 및 TMPDIR 지원. Ramdisk 커널 크게 축소, crunchgen를 사용 하 여 고 여 대 ISA 장치를 제거 (이것은 큰 커널 오류 특정 i386 시스템에 안정성 문제에 대 한 해결 방법입니다). /Var. 저장할 때 오류를 안정적으로 검색 (예: /var) vnddirs를 저장 하는 것은 일관 되 게 성공 (버전 1.1).
Many practical usability fixes, including better ability to find out what happened after a major failure. A lot of script cleanup, and better command line argument handling and TMPDIR support. Shrinks the ramdisk kernel significantly, using crunchgen, and by removing ancient ISA devices, (this is a workaround for reliability issues on certain i386 systems that exhibit failures with large kernels). Reliably detects errors when saving /var. Saving vnddirs (such as /var) is consistently successful (version 1.1).

2012-09-02 20:32
20120831

이 릴리스가 타르에서 의존 하는 반환 값을 유적으로 소켓을 보관 하지 않습니다.

OpenBSD 5.2 이미지를 사용할 수 있습니다.
This release
doesn't archive sockets, as this ruins the return value which it depends on from tar.

OpenBSD 5.2 images are available.

2012-08-28 15:59
20120827

불필요 한 정보는 더 이상 부팅 및 디스크 루트 자동 검색 하는 동안 표시 됩니다.
Extraneous information is no longer displayed during boot and disk root auto-detection.

2012-08-28 06:57
20120826

Onboot.tgz와 디스크 자동 조합은 separate 커버 아래 각 플래시에 사용할 수 있는 로컬 사용자 지정을 유지 하는 동안 다양 한 종류의 컴퓨터에서 하나의 openbsd.vnd 이미지를 사용할 수 있습니다. 기본적으로 아무 이유 없이 적 동 파일을 수정 하거나이 버전 flashrd의 cfgflashrd를 실행 하는. 대리점 펌웨어 추가 되었습니다. 디스크 자동 루틴은 sd3a, sd2a, sd1a, sd0a, wd3a, wd2a, wd1a, 및 그 순서에서는 wd0a에서 openbsd.vnd를 찾습니다 추가 되었습니다. 디스크 및 내부 파일에 넣어 /flash/onetime.tgz 부팅 (한 번만)에 따라 openbsd.vnd에 복사 됩니다.
The combination of disk autodetection with onboot.tgz allows you to use one openbsd.vnd image across a wide variety of machines while keeping local customizations available on each flash under separate cover. There is basically no reason to ever modify the vnd file or run cfgflashrd with this version of flashrd. bnx firmware has been added. A disk autodetection routine has been added that locates openbsd.vnd across sd3a, sd2a, sd1a, sd0a, wd3a, wd2a, wd1a, and wd0a in that order. Put /flash/onetime.tgz on the disk and the files inside it will be copied to openbsd.vnd upon boot (only once).

Project Resources