Skip to content

Commit

Permalink
icewm added and configured to be started at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorpazos committed Feb 14, 2021
1 parent b6232d3 commit 6a2f6d7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2021-02-14

### Added

- `icewm` added and started on login

## [0.1.0] - 2021-02-13

### Added

- Initial release
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ are doing):
dd status=progress if=shamir-manage.iso of=/dev/<your USB stick device> bs=1M
```

Log in using `root` user and `toor` as a password. If you want a minimal graphical environment launch `startx`.
Log in using `root` user and `toor` as a password.

**If your system has UEFI Secure Boot enabled, you will need to disable it or switch to BIOS mode (also called legacy mode)
in your firmware options**

### Split a key

Expand Down
8 changes: 8 additions & 0 deletions files/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ export DEBIAN_FRONTEND=noninteractive

apt-get purge -y iproute2 iputils-ping

cat > /root/.xinitrc << EOF
exec icewm-session
EOF

cat > /root/.profile << EOF
startx
EOF

1 change: 1 addition & 0 deletions files/packages
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
icewm
imagemagick
less
nano
Expand Down

0 comments on commit 6a2f6d7

Please sign in to comment.