Spelling corrections
This commit is contained in:
parent
14867d5900
commit
9f731578cd
1 changed files with 3 additions and 3 deletions
6
init.sh
6
init.sh
|
@ -23,7 +23,7 @@ USAGE: ${0} [-a architecture] [-b]
|
|||
-b bios boot type (default is efi64)
|
||||
-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
|
||||
}
|
||||
|
||||
|
@ -71,7 +71,7 @@ while getopts "ha:bd:" opt; do
|
|||
then
|
||||
dest=$OPTARG
|
||||
else
|
||||
echo "Destinatioj is not a block device, bye."
|
||||
echo "Destination is not a block device, bye."
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
@ -93,7 +93,7 @@ syslinux_url="https://www.kernel.org/pub/linux/utils/boot/syslinux/"
|
|||
syslinux_archive="syslinux-${SYSLINUX_VERSION}.tar.gz"
|
||||
current_dir=`pwd`
|
||||
|
||||
# Download Debian file (kernel, initrd and iso)
|
||||
# Download Debian files (kernel, initrd and iso)
|
||||
echo -e "\nPrepare Debian files\n---"
|
||||
for file in "vmlinuz" "initrd.gz"
|
||||
do
|
||||
|
|
Reference in a new issue