From: Frantisek Sumsal Date: Sat, 25 Nov 2023 21:30:01 +0000 (+0100) Subject: test: drop 'noearly' from crypttab X-Git-Tag: v255~66^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a2d6c2d08ec1e1ebe1eeae46dad4c7e5e084eae;p=platform%2Fupstream%2Fsystemd.git test: drop 'noearly' from crypttab It's a Debian thing, we don't support it. [ 30.639971] testsuite-64.sh[475]: + systemctl restart cryptsetup.target [ 30.697667] systemd-cryptsetup[3389]: Encountered unknown /etc/crypttab option 'noearly', ignoring. [ 30.700529] systemd-cryptsetup[3390]: Encountered unknown /etc/crypttab option 'noearly', ignoring. [ 30.700594] systemd-cryptsetup[3391]: Encountered unknown /etc/crypttab option 'noearly', ignoring. [ 30.704638] systemd-cryptsetup[3392]: Encountered unknown /etc/crypttab option 'noearly', ignoring --- diff --git a/test/units/testsuite-64.sh b/test/units/testsuite-64.sh index d223f52..81edb0a 100755 --- a/test/units/testsuite-64.sh +++ b/test/units/testsuite-64.sh @@ -756,7 +756,7 @@ EOF udevadm wait --settle --timeout=30 "/dev/disk/by-uuid/deadbeef-dead-dead-beef-11111111111$i" "/dev/disk/by-label/encdisk$i" # Add the device into /etc/crypttab, reload systemd, and then activate # the device so we can create a filesystem on it later - echo "encbtrfs$i UUID=deadbeef-dead-dead-beef-11111111111$i /etc/btrfs_keyfile luks,noearly" >>/etc/crypttab + echo "encbtrfs$i UUID=deadbeef-dead-dead-beef-11111111111$i /etc/btrfs_keyfile luks" >>/etc/crypttab systemctl daemon-reload systemctl start "systemd-cryptsetup@encbtrfs$i" done