1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
This commit is contained in:
Ivan Mikushin
2015-06-29 23:32:36 +05:00
parent da2b12d840
commit c3bbd8886c
3 changed files with 20 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ find | cpio -H newc -o > ${INITRD_TEST}
if [ ! -e ${HD} ]; then
mkdir -p $(dirname ${HD})
gzcat ${HD_GZ} > ${HD}
gzip -dc ${HD_GZ} > ${HD}
fi
mkdir -p $(dirname $USER_DATA)