From 89b02af091034f6d184bc1c4e8c1ecb1e000b828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 16 Aug 2021 21:47:40 +0300 Subject: [PATCH] Fix release-iso-modification(7) to use modern tail(1) syntax. Historically tail(1) used `tail -1` style syntax, but this has been obsoleted by the modern conventional-style `tail -n 1`. --- share/man/man7/release-iso-modification.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/release-iso-modification.7 b/share/man/man7/release-iso-modification.7 index 413e05e0..7b4bc2d9 100644 --- a/share/man/man7/release-iso-modification.7 +++ b/share/man/man7/release-iso-modification.7 @@ -259,7 +259,7 @@ mkdir -p -m 700 liveconfig/home/alice mkdir -p -m 700 liveconfig/home/bob grub-mkpasswd-pbkdf2 | # enter bootloader password tee /dev/tty | -tail -1 | +tail -n 1 | sed 's/PBKDF2 hash of your password is //' > liveconfig/etc/grubpw tix-iso-bootconfig --liveconfig=liveconfig bootconfig (echo 'insmod password_pbkdf2'