From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707328877; x=1707933677; darn=lists.altlinux.org; h=content-disposition:mime-version:message-id:subject:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=3HZwYoUItuqAucScwFqwRZ0q/gDZJHK1/xlJiZgz5IE=; b=RuI2AibplD3hk/sSAnw+2bYS6FqUJrwIKa9VVLnAwumN9h0+oxvDdA30RuTbp6YcvJ 6gLKOyBfJiUKg0QL/8wr0kYBKf7vprxaC4PyErtT/F0UGsbzj0cf6Dhygb1d0gGRwofS JF8lJNc5zLzEkuapt6f5kgT36KL8to+Z+cy6MajplLEC+KUKgtUeW4tXOeN9YBM7MawM MRNM/B0nrUgpvLjsNhQ1EGQUsQc1BPM9zsLqFH3/8dphQd6QoLpHk/nkKzK0z6Pf0sej 9pzES6cXJpT1CzB6UUqsu1UJRcsz1ozUoCeRMFBGvxdOkhqAF9bbUsmuY4tMQebceMoP tY7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707328877; x=1707933677; h=content-disposition:mime-version:message-id:subject:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=3HZwYoUItuqAucScwFqwRZ0q/gDZJHK1/xlJiZgz5IE=; b=wElMZB6dz9MtocWy8FzCESaPeKnPRCT9bzT+ZyOor7t907674btn2FNll0Zcz9x2vF 2tEJf6ChH3l66Xe/jWDpzFooQuA9cNcgFvOb/7Pp8y5OzeKcd+d1AOmYfzXLbRTs2W00 1DS0MpIU9sI+AuxzlEuTnb7gDBCK75VIArDqs9PAoWVU0yiVrArWiB0up2UeMjvE4Qmw GX2/MzzYvH1oddTUxA8K+64sgCuordzNycyZUx04kR8gDNZIKm6N1sN4qkoOgAS1QlQC XaBAL0P5kO26CDzkkvTQkz2b652gHphMPwG+U3hxbUGwgNs3CCUdHyeruTXoahjneOgd 3xog== X-Gm-Message-State: AOJu0Yyh4myOPusjSK0HGUIjB32Yg3hA0zALQ+gEB/Q/LWTnol09K+CL 1BM4u5EQE0bQl6paQTrRq/H4WjczAvKGvgp5KKVmM5ZDrv+9CxJNVhb3SlO3 X-Google-Smtp-Source: AGHT+IHAExAbS6qK6SlsfZqGrlc5q7un4GYSLZB8NrHXCtMyJvkh6rPHW038UZzKwR17ZlQvsiCSpw== X-Received: by 2002:adf:e992:0:b0:33b:3aa5:b038 with SMTP id h18-20020adfe992000000b0033b3aa5b038mr4470540wrm.46.1707328877408; Wed, 07 Feb 2024 10:01:17 -0800 (PST) Date: Wed, 7 Feb 2024 18:01:15 +0000 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.43.0 X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2024 18:01:20 -0000 Archived-At: List-Archive: New release 2.43.0 is available. # Important changes - Feature overlayfs: + New feature to take lowerdirs into account. - Feature guestfs: + Add gost checksum utilities. - Feature pipeline: + Add dependency on additional utilities. + Register ping= cmdline parameter. - Feature lkrg: + Fix LSM header for service. - Feature multipath: + Add plugins directory. + Logically separate the multipath and sg3_utils files. - Feature plymouth: + Use the library list to find the plymouth directory. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion