From 6a2f6d73d1ed796b401b9e990f0414d5e825da03 Mon Sep 17 00:00:00 2001 From: Aitor Pazos Date: Sun, 14 Feb 2021 12:12:55 +0100 Subject: [PATCH] icewm added and configured to be started at boot --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 5 ++++- files/configure.sh | 8 ++++++++ files/packages | 1 + 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6c38db --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f0505a6..f9ef094 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ are doing): dd status=progress if=shamir-manage.iso of=/dev/ 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 diff --git a/files/configure.sh b/files/configure.sh index 3fc9d1f..1b7fbf3 100644 --- a/files/configure.sh +++ b/files/configure.sh @@ -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 + diff --git a/files/packages b/files/packages index 5206575..ea04684 100644 --- a/files/packages +++ b/files/packages @@ -1,3 +1,4 @@ +icewm imagemagick less nano