From 439efc750dcb651fc3ac13846c8d4cd51802a4b1 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Wed, 15 Feb 2017 10:26:12 +0100 Subject: [PATCH] Remove useless quotes. --- CHANGELOG.md | 5 ++++- scripts/download_clonezilla.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d16eea..f306df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ -## Release x.x.x +## Release 0.3.x #### Features * Delete the extra partition for free space with the Debian's preseed (#2). * Add some backgrounds (#4). +* Update Clonezilla and Gparted to their latest version. +* Swap is now between 25% of the RAM and 32GB at max. #### Fixes * Use the new IP address. +* Use shellcheck to ensure POSIX compatibility. ## Release 0.3.0 ### Summary diff --git a/scripts/download_clonezilla.sh b/scripts/download_clonezilla.sh index 9a23de6..d80a624 100755 --- a/scripts/download_clonezilla.sh +++ b/scripts/download_clonezilla.sh @@ -17,7 +17,7 @@ touch "${CZ_CONFIG_PXE}" for ARCH in amd64 i686; do # For available classic architecture CZ_URL="https://osdn.jp/dl/clonezilla/clonezilla-live-${CZ_VERSION}-${ARCH}.zip" - CZ_TEMP_FILE="/tmp/clonezilla-live-"${CZ_VERSION}"-"${ARCH}".zip " + CZ_TEMP_FILE="/tmp/clonezilla-live-${CZ_VERSION}-${ARCH}.zip " # Create and go into directory mkdir -p ${CZ_INSTALLER_DIR}/${ARCH}