From a1bee64ed52b6ac95f4965f172a91a05c14751dd Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 14 Dec 2020 12:36:17 +0100 Subject: [PATCH] Update ramfs with chroot... --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 648c8c8..0449632 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -240,7 +240,7 @@ luks_part_uuid=$(blkid | grep "${hdd}2.*TYPE=\"crypto_LUKS\"" | sed 's/.*UUID="\ printf '%b\n' "${luks_pv_name} UUID=${luks_part_uuid} none luks,discard" >> /target/etc/crypttab ### Regenerate initramfs -update-initramfs -k all -u +chroot /target update-initramfs -k all -u ## }}} ## Network {{{ ### Get all informations from current network configuration in rescue mode