amended create_initrd script

This commit is contained in:
KatolaZ 2018-02-09 00:08:07 +00:00
parent 0ee193599c
commit e4489c93ac
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ fi
## Determine how the original initrd was compressed...
##
INITRD_FILE=`file ${INITRD_ORIG}`
INITRD_FILE=`file -L ${INITRD_ORIG}`
if [ `echo ${INITRD_FILE} | grep gzip | wc -l` = 1 ]; then
INITRD_UNCOMPRESS=zcat;

View File

@ -293,7 +293,7 @@ chmod u+s /usr/bin/fbterm
## Make initramfs
SLIM_INITRD=initrd_devuan.img
MICRO_INITRD=initramfs-\$(uname -r).img
MICRO_INITRD=initramfs.img
INITRD_COMPR="xz --check=crc32 --x86 -6 -"

@ -1 +1 @@
Subproject commit 95146870fe653c86d8c015bad227a497b25efceb
Subproject commit ceb7259fd94b15dfc55c329d4f9f093940d51ad0