Merge pull request #171402 from Luflosi/remove-dead-code

nixos/stage-1: remove dead code
main
Lassulus 2 years ago committed by GitHub
commit 1ec7a26b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      nixos/modules/system/boot/stage-1-init.sh

@ -318,11 +318,7 @@ checkFS() {
echo "checking $device..."
fsckFlags=
if test "$fsType" != "btrfs"; then
fsckFlags="-V -a"
fi
fsck $fsckFlags "$device"
fsck -V -a "$device"
fsckResult=$?
if test $(($fsckResult | 2)) = $fsckResult; then

Loading…
Cancel
Save