Fix missing escape
This commit is contained in:
parent
9ade733956
commit
bdae9270fa
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -417,7 +417,7 @@ deploy () {
|
|||
declare -r kernel_version=($(ls $arkdep_dir/deployments/${data[0]}/rootfs/usr/lib/modules/))
|
||||
dracut -k $arkdep_dir/deployments/${data[0]}/rootfs/usr/lib/modules/${kernel_version[0]} \
|
||||
--kernel-image /boot/arkdep/${data[0]}/vmlinuz \
|
||||
--kver ${kernel_version[0]}
|
||||
--kver ${kernel_version[0]} \
|
||||
--force \
|
||||
/boot/arkdep/${data[0]}/initramfs-linux.img || cleanup_and_quit 'Failed to generate initramfs'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue