Skip to content

Commit

Permalink
bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed May 10, 2020
1 parent eec066f commit 4b6acae
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ clean:

# Regenerate the source file
tar: clean
tar zcvf ../safeboot_0.1.orig.tar.gz \
--exclude .git\* \
tar zcvf ../safeboot_0.2.orig.tar.gz \
--exclude .git \
--exclude debian \
.

Expand Down
31 changes: 28 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@ For more details, see [the docs directory](docs/index.md)

-----

## Building debian package

```
sudo apt -y install \
devscripts \
tpm2-tools \
efitools \
gnu-efi \
opensc \
yubico-piv-tool \
libengine-pkcs11-openssl \
build-essential \
binutils-dev \
git \
automake \
help2man \
libssl-dev \
uuid-dev
mkdir debian ; cd debian
git clone https://github.com/osresearch/safeboot
make -C safeboot package
```

-----

# RAW NOTES

-----
Expand Down Expand Up @@ -113,9 +138,9 @@ yubico-piv-tool -s 9c -a read-certificate -o cert.pem
----

Ubuntu 20.04 installation:
* "Try it", then
* "Try it", then
* "Advanced" - "LVM encrypt"
* Install as normal, then
* Install as normal, then
* Then reduce the root volume before rebooting and create some new entries for `/home` and `/var`:
```
sudo e2fsck -f /dev/vgubuntu/root
Expand Down Expand Up @@ -212,7 +237,7 @@ pkcs11-tool -s -p 123456 -m SHA256-RSA-PKCS < db.raw
----
reboot
* boot order
* test usb
* test usb

other things to do:
* read-only root
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
safeboot (0.2-1) unstable; urgency=medium

* Ran through instructions, worked on fresh 20.04 install
* Setup `mkdocs` website with documentation.

-- Trammell Hudson <[email protected]> Sun, 10 May 2020 23:20:05 +0200

safeboot (0.1-1) unstable; urgency=medium

* Initial release
Expand Down

0 comments on commit 4b6acae

Please sign in to comment.