X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=grml-debootstrap;h=a21400f1d20fba1626063b4ed9ecda627015d46b;hp=9eb6b9ee9b7b710833c30699aa1c712881e69691;hb=351237a25834610576f953d1be2976f043e6f862;hpb=d52da32bf9b27cd97ddec14ef0bdb75ec21b38d2 diff --git a/grml-debootstrap b/grml-debootstrap index 9eb6b9e..a21400f 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -463,7 +463,7 @@ if [ -n "$CONFIGFILE" ] ; then fi # }}} -# backwards compability checks {{{ +# backwards compatibility checks {{{ if [ -n "$GROOT" ] ; then eerror "Error: you seem to have \$GROOT configured." eerror "This variable is no longer supported, please visit the" @@ -774,7 +774,7 @@ format_efi_partition() { if fsck.vfat -bn "$EFI" >/dev/null; then einfo "EFI partition $EFI seems to have a FAT filesystem, not modifying." ; eend 0 else - einfo "EFI partition $EFI doesn't seem to be formated, creating filesystem." + einfo "EFI partition $EFI doesn't seem to be formatted, creating filesystem." mkfs.fat -F32 -n "EFI System Partition" "$EFI" RC=$? if [ $RC -eq 0 ] ; then