just downloaded a
brokenman script from
https://www.dropbox.com/s/ooeqez43fvqw0 ... -usb-v2.sh
I see it has 2 wariables..
Code: Select all
template=https://dl.dropbox.com/s/1bsl2nqtfv1i01x/porteus-uefi-usb-template.tar.xz
kern000=https://dl.dropbox.com/s/9nrwswxk1av5gaz/000-uefi-kernel.xzm
I downloaded these files and put it on
Portues-uefi folder. Now in Porteus-uefi folder are 3 files:
create-uefi-usb-v2.sh
porteus-uefi-usb-template.tar.xz
000-uefi-kernel.xzm
How i need to edit these variables for use all needed files from just created
Porteus-uefi folder ? I dont want to download them from Porteus 3.1 OS,, i want use just downloaded files..
-----------------------
As i can see below i just need remove these lines from .sh script file
Code: Select all
wget --trust-server-name --no-check-certificate $template -P $wrk
wget --trust-server-name --no-check-certificate $kern000 -P $wrk
and manualy place downloaded 000-uefi-kernel.xzm and porteus-uefi-usb-template.tar.xz to
$wrk directory?? Right?
------------------------
and as i can see main cernel files from
/porteus/base/000-kernel.xzm will be replaced by just downloaded
$wrk/000-uefi-kernel.xzm
Code: Select all
cyan "Copying porteus files ..."
cp -a $portdir /mnt/${target_base}2/ && cp -a $wrk/000-uefi-kernel.xzm /mnt/${target_base}2/porteus/base/000-kernel.xzm
Is downloaded
000-kernel.xzm contains the latest 3.1 64 bit kernel??? becouse if not contains - this action will apply old Porteus 2.1 kernel!
Right??