reate_livestick*: rename to create_installstick*

This commit is contained in:
Stefan Saraev 2013-11-06 21:52:07 +02:00
parent cbc2d48b2f
commit 9c2ff2dedd
4 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ if [ "$(id -u)" != "0" ]; then
clear clear
echo "#########################################################" echo "#########################################################"
echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #" echo "# please execute with 'sudo' or -DANGEROUS!!!- as root #"
echo "# example: sudo ./create_livestick <drive> #" echo "# example: sudo ./create_installstick <drive> #"
echo "#########################################################" echo "#########################################################"
exit 1 exit 1
fi fi
@ -36,7 +36,7 @@ if [ -z "$1" ]; then
clear clear
echo "#########################################################" echo "#########################################################"
echo "# please execute with your drive as option #" echo "# please execute with your drive as option #"
echo "# example: sudo ./create_livestick /dev/sdb #" echo "# example: sudo ./create_installstick /dev/sdb #"
echo "#########################################################" echo "#########################################################"
exit 1 exit 1
fi fi

View File

@ -46,7 +46,7 @@ Var "DRIVE_LETTER"
!insertmacro MUI_PAGE_LICENSE "gpl-2.0.txt" !insertmacro MUI_PAGE_LICENSE "gpl-2.0.txt"
Name "${PRODUCT_NAME}" Name "${PRODUCT_NAME}"
OutFile 'create_installerstick.exe' OutFile 'create_installstick.exe'
ShowInstDetails show ShowInstDetails show
AllowRootDirInstall true AllowRootDirInstall true
RequestExecutionLevel admin RequestExecutionLevel admin