summaryrefslogtreecommitdiffstats
path: root/debian/dracut-core.README.Debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:54:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:54:25 +0000
commit613b5479a576e8b54bc261055d341466fa57a937 (patch)
tree4e8f56ead3c83759cf5c9005d350926275370f66 /debian/dracut-core.README.Debian
parentAdding upstream version 060+5. (diff)
downloaddracut-613b5479a576e8b54bc261055d341466fa57a937.tar.xz
dracut-613b5479a576e8b54bc261055d341466fa57a937.zip
Adding debian version 060+5-1.debian/060+5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dracut-core.README.Debian')
-rw-r--r--debian/dracut-core.README.Debian42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/dracut-core.README.Debian b/debian/dracut-core.README.Debian
new file mode 100644
index 0000000..c4be178
--- /dev/null
+++ b/debian/dracut-core.README.Debian
@@ -0,0 +1,42 @@
+dracut for Debian
+-----------------
+
+1. Give it a try
+
+Currently dracut is not the default initrd creation tool in Debian.
+You can try dracut without removing initramfs-tools from your machine
+by following these steps:
+
+# apt-get --no-install-recommends install dracut-core
+
+cd /boot
+cp -p vmlinuz-4.0.9-6-amd64 vmlinuz-4.0.9-6-amd64~dracut
+dracut /boot/initrd.img-4.0.9-6-amd64~dracut
+update-grub
+
+You will get a new grub menu entry under advanced boot options, which you can boot then
+
+Select: Advanced options for Debian GNU/Linux
+Then: Debian GNU/Linux, with Linux 4.0.9-6-amd64~dracut
+
+The initrd created by initramfs-tools will remain the default boot entry of grub.
+
+If the new initrd works for you, you can switch from initramfs-tools to dracut
+by installing the package dracut. This will then replace initramfs-tools.
+
+
+2. Check the content of the dracut initrd
+lsinitrd /boot/initrd.img-4.0.9-6-amd64~dracut
+
+3. i18n
+
+The module i18n for setting up the keyboard and the font is disabled in
+Debian. You cannot use the variables described in modules.d/10i18n/README.
+
+Instead, dracut uses the module 09console-setup which uses setupcon and
+is configured in the files /etc/default/keyboard (the keyboard) and
+/etc/default/console-setup (the font). If you prefer to configure by
+Debconf, you can use dpkg-reconfigure keyboard-configuration and
+dpkg-reconfigure console-setup.
+
+ -- Thomas Lange <lange@debian.org>, Sat, 19 May 2018 18:50:02 +0200