fickit: Use DHCP during preparation and update
This commit is contained in:
parent
b92b107efe
commit
722295989c
3 changed files with 10 additions and 8 deletions
|
|
@ -4,5 +4,5 @@ mkdir -p /boot/imgs
|
|||
|
||||
for img in fickit-kernel fickit-boot-initrd.img fickit-frontend-squashfs.img fickit-backend-squashfs.img fickit-update-initrd.img
|
||||
do
|
||||
wget -O "/boot/imgs/${img}" "10.10.10.6/${img}"
|
||||
wget -O "/boot/imgs/${img}" "$1/${img}"
|
||||
done
|
||||
|
|
|
|||
Reference in a new issue