diff options
author | Christian Hesse <mail@eworm.de> | 2014-03-27 07:48:37 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-03-27 07:48:37 +0100 |
commit | 3f92e62c7fcfda72bf9c67121c0c7573b12061c3 (patch) | |
tree | f0aee825895328c3928fa67e8bf676b50a695030 | |
parent | ef6690d7dfd3801f86413af29cdac8cab1d6badc (diff) | |
download | mkinitcpio-ykfde-3f92e62c7fcfda72bf9c67121c0c7573b12061c3.tar.gz mkinitcpio-ykfde-3f92e62c7fcfda72bf9c67121c0c7573b12061c3.tar.zst |
add a word about limitation / TODO
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -49,3 +49,14 @@ list in `/etc/mkinitcpio.conf` and rebuild your initramfs with: > mkinitcpio -p linux Reboot and have fun! + +Limitation / TODO +----------------- + +* At the moment this is specific to Arch Linux. Though everything should + run with upstream `systemd` just fine anybody has to hook things up with + [dracut](https://dracut.wiki.kernel.org/) or whatever. +* The challenge is not updated. The file is accessible read only in + initramfs, but we have no easy way to write it to persistant storage. + So probably this is a design limitation... + |