From 8b37e1131e3695cb1c0d76587dc29aac227db727 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 3 Nov 2024 22:36:01 +0700 Subject: [PATCH] alpine-initramfs-dropbear: add note on grub --- alpine-initramfs-dropbear/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/alpine-initramfs-dropbear/README.md b/alpine-initramfs-dropbear/README.md index f3f4fc2..42ddcd2 100644 --- a/alpine-initramfs-dropbear/README.md +++ b/alpine-initramfs-dropbear/README.md @@ -21,7 +21,9 @@ Please install `dropbear` before continuing 2. copy `authorized_keys` to `/etc/dropbear/authorized_keys` 3. copy `features.d` to /`etc/mkinitfs/features.d` -Note: if you're using Deeplerg/mk-f scripts before don't forget to change `unlock_disk` as i modified that one too. +Note: +* if you're using Deeplerg/mk-f scripts before don't forget to change `unlock_disk` as i modified that one too. +* If you're using `grub` make sure to install `syslinux` and possibly checkout `/etc/default/grub` and commented CMDLINE that's conflicted with `update-extlinux` like `GRUB_CMDLINE_LINUX_DEFAULT` and `default_kernel_opts` after that `grub-mkconfig -o /boot/grub/grub.cfg` ### /etc/mkinitfs.conf ```