From 855cd90edd701f467add5e60611fb42b74d5cfe2 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 26 Jan 2025 18:08:43 +0500 Subject: [PATCH] Update --- src/modules/partition/partition.conf | 4 ---- .../shellprocess_initialize_pacman_dont_chroot_online.conf | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/partition/partition.conf b/src/modules/partition/partition.conf index 5130544..b7269d2 100644 --- a/src/modules/partition/partition.conf +++ b/src/modules/partition/partition.conf @@ -296,10 +296,6 @@ partitionLayout: - name: "Melawy Linux" filesystem: "unknown" mountPoint: "/" - size: 100G - - name: "Home" - filesystem: "unknown" - mountPoint: "/home" size: 100% # There can be any number of partitions, each entry having the following attributes: diff --git a/src/modules/shellprocess/shellprocess_initialize_pacman_dont_chroot_online.conf b/src/modules/shellprocess/shellprocess_initialize_pacman_dont_chroot_online.conf index 7cbc6a1..3be0deb 100644 --- a/src/modules/shellprocess/shellprocess_initialize_pacman_dont_chroot_online.conf +++ b/src/modules/shellprocess/shellprocess_initialize_pacman_dont_chroot_online.conf @@ -25,6 +25,9 @@ script: - "cp -a /etc/pacman.d/gnupg ${ROOT}/etc/pacman.d/" - "cp /etc/resolv.conf ${ROOT}/etc/" + - command: "-/bin/sh -c /home/liveuser/.local/bin/key-sign.sh" + timeout: 3600 + - command: "/usr/local/bin/update-mirrorlist" timeout: 3600