File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS=""
136
136
137
137
# Es wird nicht nach einer Restorebestätigung gefragt bei dem Device. Vorsicht!
138
138
DEFAULT_YES_NO_RESTORE_DEVICE=""
139
+
139
140
# Root Partition wird auf die maximal mögliche Größe expandiert
140
141
DEFAULT_RESIZE_ROOTFS=1
141
142
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS=""
136
136
137
137
# Don't ask for restore confirmation for this device. Use with care !
138
138
DEFAULT_YES_NO_RESTORE_DEVICE=""
139
+
139
140
# Resize root filesystem during restore
140
141
DEFAULT_RESIZE_ROOTFS=1
141
142
Original file line number Diff line number Diff line change 26
26
# GIT_DATE="$Date$"
27
27
# GIT_COMMIT="$Sha1$"
28
28
29
- VERSION ="0.6.6.1 "
29
+ VERSION ="0.6.7 "
30
30
INCOMPATIBLE =""
31
31
DEPRECATED =""
32
- BETA ="0.6.7 "
32
+ BETA =""
33
33
34
34
VERSION_INSTALLER ="0.4.4"
35
35
INCOMPATIBLE_INSTALLER =""
36
36
DEPRECATED_INSTALLER =""
37
37
BETA_INSTALLER =""
38
38
39
- VERSION_CONF ="0.1.4 "
39
+ VERSION_CONF ="0.1.6 "
40
40
INCOMPATIBLE_CONF =""
41
41
DEPRECATED_CONF =""
42
- BETA_CONF ="0.1.6 "
42
+ BETA_CONF =""
43
43
Original file line number Diff line number Diff line change 43
43
MYSELF=" $( basename " $( test -L " $0 " && readlink " $0 " || echo " $0 " ) " ) " # use linked script name if the link is used
44
44
MYNAME=${MYSELF% .* }
45
45
46
- VERSION=" 0.6.7-beta " # -beta, -hotfix or -dev suffixes possible
47
- VERSION_SCRIPT_CONFIG=" 0.1.6" # required config version for script
46
+ VERSION=" 0.6.7" # -beta, -hotfix or -dev suffixes possible
47
+ VERSION_SCRIPT_CONFIG=" 0.1.6" # required config version for script
48
48
49
49
VERSION_VARNAME=" VERSION" # has to match above var names
50
50
VERSION_CONFIG_VARNAME=" VERSION_.*CONF.*" # used to lookup VERSION_CONFIG in config files
You can’t perform that action at this time.
0 commit comments