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=20210112; h=content-disposition:mime-version:message-id:subject:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=h27p/d5v1W/JmsDtcyebNAhV6pzLP5uO3az17qwKvHk=; b=Net9hjNMwqImSvv2y0zlbD0rLFvOZIzLEAJUlb67yXOL91Z5u64Z0CvX40F6HSgkId QpVclMVlx1JYf80txrhJapqTYloHc9AGwzJ038pXG0orHX5mG4E6OaEXXoEcEwYp5pgJ u3iK34BjU3D1GQ0ynT0r5L8AbRR0dFZaWruuiMAwt/y8TpADGhKs2A0+ZyiwjUmRYooP Af+hnwOXsO+M/zVfejn3HqDPpuvKpcYowbz0Yf+vRWoqH4XFYtvqg6FDZPn3pc6QSgmQ VZ591TPrFrgWQV+zLCGOR9dhWTNyntrANs+KMkmjmOGkqipWktOn/RbUv1WHnZrCt6t9 EYqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=h27p/d5v1W/JmsDtcyebNAhV6pzLP5uO3az17qwKvHk=; b=a5Xu1Rms3J8v45jvnJiDEWu3VKrd8tX6tEIxSOcxISyVHTW/J+1YQFoT4nGePNVSLj tkG4iQ4vzpDSFeh33bJGbWXnrVvNZHETkf4/Ekmrxtn2Yupmr2si9dd0eva7+KONXBCY EM4B9wAwC/tsxB/7a3FruVYQT+rFK30gREg1WgQP+Znya9YRycuT2jb89zYscbaImpHO f+77SKUgsXnwv7ytLGK1bMgICs58qP2EnILftoD6hcIUBiGbfpEc1Q5ANOQn1OMZhU60 wAKhzeqZ+pzo0ZwCznjh0dehe1fdZ7phFlcDfMgp+NQW1mCGusWFmGRUIuuWe3J+2nsH 18yw== X-Gm-Message-State: ACrzQf2o875M2kcqO3Lrk7GF08YamkJDYsTRjCzF4eWR8OJ5EtnWyfD7 YIZR3U6t4W4mugUbMxTvZP4Fevs14/4= X-Google-Smtp-Source: AMsMyM7CXwUFg+l1g2Yx3hOOiqeR7DdHnJatvv3be3p3aWxcN1gr3Xu/zx5Ii6PKcnvnBQE/5y3LoA== X-Received: by 2002:a05:6402:1045:b0:461:a28b:17ab with SMTP id e5-20020a056402104500b00461a28b17abmr19312054edu.90.1666815869143; Wed, 26 Oct 2022 13:24:29 -0700 (PDT) Date: Wed, 26 Oct 2022 22:24:22 +0200 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.32.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, 26 Oct 2022 20:24:32 -0000 Archived-At: List-Archive: New release 2.32.0 is available. # Important changes - Runtime: + Reduce rootdelay period if all mountpoints are done, but init program is missing. + Show proper message if INIT not found. - Feature luks: + Do not overwrite LUKS_CRYPTTAB. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion