From 3e8670eb04af9b75251fe1a6d8f32af004b6b0ae Mon Sep 17 00:00:00 2001
From: purplerain
http://zqsjg25lnx7zratmne3dhbcqt5paehitom3qp2rjmwttuy7gzbzqwayd.onion/pub/SecBSD/
- To install SecBSD from either an USB flash drive download install14.img
+ To install SecBSD from either an USB flash drive download install15.img
If you want to install SecBSD from either an optic medium as CD-ROM / DVD
- download install14.iso
+ download install15.iso
$ cd /tmp -$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-14-base.pub -$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install14.img,SHA256.sig} -$ signify -Cp secbsd-14-base.pub -x SHA256.sig install14.img +$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-15-base.pub +$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install15.img,SHA256.sig} +$ signify -Cp secbsd-15-base.pub -x SHA256.sig install15.img Signature Verified -install14.img: OK +install15.img: OK
Plug in an usb flash drive.
@@ -74,7 +74,7 @@ hw.disknames=sd0:xxxxxxxxxxxxxxxx,sd1:xxxxxxxxxxxxxxxx
Assuming the device was recognized as sd1:
-$ doas dd if=install14.img of=/dev/rsd1c bs=1m +$ doas dd if=install15.img of=/dev/rsd1c bs=1M 664+1 records in 664+1 records out 696745984 bytes transferred in 72.198 secs (9650464 bytes/sec) @@ -91,9 +91,9 @@ $ doas dd if=install14.img of=/dev/rsd1c bs=1m
$ cd /tmp -$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-14-base.pub -$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install14.img,SHA256.sig} -$ signify -Cp secbsd-14-base.pub -x SHA256.sig install14.img +$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/secbsd-15-base.pub +$ curl -O https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/{install15.img,SHA256.sig} +$ signify -Cp secbsd-15-base.pub -x SHA256.sig install15.imgPlug in an usb flash drive.
@@ -104,7 +104,7 @@ SanDisk Cruzer Blade 1.26 at scbus5 target 0 lun 0 (da0,pass1)Assuming your usb device was recognized as da0:
-root@hardenedbsd:~ # dd if=install14.img of=/dev/da0 bs=1M conv=sync +root@hardenedbsd:~ # dd if=install15.img of=/dev/da0 bs=1M conv=sync 665+0 records in 665+0 records out 697303040 bytes transferred in 83.083902 secs (8392757 bytes/sec) @@ -122,12 +122,12 @@ root@hardenedbsd:~ #
$ cd /tmp -$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install14.img +$ ftp https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install15.imgPlug in an usb flash drive.
$ su -dd if=install14.img of=/dev/rsd0d bs=1m +dd if=install15.img of=/dev/rsd0d bs=1mIn the previous command we have used rsd0d in order to refer to the whole sd0 disk.
You are now ready to start installing SecBSD.