Spelling corrections

This commit is contained in:
Yorick Barbanneau 2016-07-06 00:34:03 +02:00
parent 14867d5900
commit 9f731578cd

View file

@ -23,7 +23,7 @@ USAGE: ${0} [-a architecture] [-b]
-b bios boot type (default is efi64) -b bios boot type (default is efi64)
-d device_block USB key to write -d device_block USB key to write
${0} initialize an usb key fot debian automatic install with preseed and a partman recipe. ${0} initialize an usb key for Debian automatic install with preseed and a partman recipe.
EOF EOF
} }
@ -71,7 +71,7 @@ while getopts "ha:bd:" opt; do
then then
dest=$OPTARG dest=$OPTARG
else else
echo "Destinatioj is not a block device, bye." echo "Destination is not a block device, bye."
exit 1 exit 1
fi fi
;; ;;
@ -93,7 +93,7 @@ syslinux_url="https://www.kernel.org/pub/linux/utils/boot/syslinux/"
syslinux_archive="syslinux-${SYSLINUX_VERSION}.tar.gz" syslinux_archive="syslinux-${SYSLINUX_VERSION}.tar.gz"
current_dir=`pwd` current_dir=`pwd`
# Download Debian file (kernel, initrd and iso) # Download Debian files (kernel, initrd and iso)
echo -e "\nPrepare Debian files\n---" echo -e "\nPrepare Debian files\n---"
for file in "vmlinuz" "initrd.gz" for file in "vmlinuz" "initrd.gz"
do do