[gnome-build-meta/jjardon/gnome_3_37_92: 12/44] Do not add LVM to initramfs of installer
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/jjardon/gnome_3_37_92: 12/44] Do not add LVM to initramfs of installer
- Date: Sat, 12 Sep 2020 15:31:42 +0000 (UTC)
commit 12212b92058b258aeb358667a518a31354fa2058
Author: Valentin David <valentin david codethink co uk>
Date: Fri Aug 28 18:35:14 2020 +0200
Do not add LVM to initramfs of installer
This can be an issue if disk to write to has LVM. If it is enabled,
then we cannot write to it.
elements/iso/initramfs.bst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/elements/iso/initramfs.bst b/elements/iso/initramfs.bst
index c4f9a00a..cb18f242 100644
--- a/elements/iso/initramfs.bst
+++ b/elements/iso/initramfs.bst
@@ -52,7 +52,8 @@ config:
--install head \
--install tail \
--install less \
- --install lsof
+ --install lsof \
+ --omit lvm
- dbus-uuidgen >/etc/machine-id
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]