diff options
author | Maarten Vanraes <alien@mageia.org> | 2012-02-26 17:10:20 +0000 |
---|---|---|
committer | Maarten Vanraes <alien@mageia.org> | 2012-02-26 17:10:20 +0000 |
commit | ce67660b88bc18e2dcb03a5a222faa55b1cdc268 (patch) | |
tree | bf5bc6c3820e580d89b5fcee0c8cdc304a41be49 /rescue/Makefile | |
parent | b77e64fdb0329ca8cb9e8b3d8125d33faa3537e5 (diff) | |
download | drakx-ce67660b88bc18e2dcb03a5a222faa55b1cdc268.tar drakx-ce67660b88bc18e2dcb03a5a222faa55b1cdc268.tar.gz drakx-ce67660b88bc18e2dcb03a5a222faa55b1cdc268.tar.bz2 drakx-ce67660b88bc18e2dcb03a5a222faa55b1cdc268.tar.xz drakx-ce67660b88bc18e2dcb03a5a222faa55b1cdc268.zip |
escape / in generated passwords & add trailing ; in command lists in startssh
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 19929690e..ce7db09a6 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.33 +VERSION=1.34 PRODUCT=drakx-installer-rescue RESCUE = rescue.sqfs |