aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-20 19:23:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-20 19:23:53 -0300
commit37680d5b7bbc4105a67e166f26e85cc7a2773702 (patch)
treeeefa2b54879ffc160c67f463936724fd89350c8e
parent755b36bf69b09523b367b8a6697d8ec5b6b96e6e (diff)
downloadbootless-37680d5b7bbc4105a67e166f26e85cc7a2773702.tar.gz
bootless-37680d5b7bbc4105a67e166f26e85cc7a2773702.tar.bz2
More links
-rw-r--r--index.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/index.mdwn b/index.mdwn
index e87e5dd..fc16cac 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -6,7 +6,7 @@
* Bootless is a bootloader installed in a removable media and used to initialize computers.
* It is based on [git-annex](http://git-annex.branchable.com/) and [GNU Grub](https://www.gnu.org/software/grub/).
* Initial support is targeted to Debian like operating systems.
-* Bootless currently used the [Hydra Suite](https://git.sarava.org/?p=hydra.git;a=summary).
+* Bootless currently used in the [Hydra Suite](https://git.sarava.org/?p=hydra.git;a=summary).
Index
-----
@@ -41,8 +41,9 @@ Grub:
Boot:
-- [Auto-booting and Securing a Linux Server with an Encrypted Filesystem](http://serverfault.com/questions/34794/auto-booting-and-securing-a-linux-server-with-an-encrypted-filesystem).
-- [Smartmonster](https://github.com/ioerror/smartmonster).
+ * [Auto-booting and Securing a Linux Server with an Encrypted Filesystem](http://serverfault.com/questions/34794/auto-booting-and-securing-a-linux-server-with-an-encrypted-filesystem).
+ * [Smartmonster](https://github.com/ioerror/smartmonster).
+ * [#348147 - Allow subscripts to alter ROOT (was: Add support for cryptoroot) - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348147) ([crypt_root and real_root on gentoo](http://wiki.gentoo.org/wiki/Genkernel)).
Images:
@@ -55,3 +56,7 @@ UEFI:
* [gummiboot](http://freedesktop.org/wiki/Software/gummiboot/).
* [booting a self-signed Linux kernel | The Linux Foundation](http://www.linuxfoundation.org/news-media/blogs/browse/2013/09/booting-self-signed-linux-kernel).
+
+Security:
+
+ * [implementing the evil maid attack on linux with Luks - Pollux's blog](https://www.wzdftpd.net/blog/index.php?post/2009/10/28/44-implementing-the-evil-maid-attack-on-linux-with-luks).