blob: 9f14507dea9077115f1f7b2599480796d10fddb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
upgrade:
- |
Changes timestamp part of ramdisk log filename by replacing
colon with dash. The ``tar`` command does not handle colon
properly, and untar of the file with colon in filename will
fail.
fixes:
- |
Changes timestamp part of ramdisk log filename by replacing
colon with dash. The ``tar`` command does not handle colon
properly, and untar of the file with colon in filename will
fail.
|