hi,
in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.
thanks.
–
Dominix
hi,
in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.
thanks.
–
Dominix
DoMinix <dominix@iquebec.com> wrote:
hi,
in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.
I don’t think there’s a way to uninstall just the SDK. As far as I know,
you’d have to reinstall QNX Momentics.
If what you are trying to acheive is a runtime installation of QNX6.3.0 on a
x86 PC platform, QNX also offers a QNX 6.3.0 SP1 Neutrino Runtime CD. This
would effectively give you what you what I believe you are looking for.
http://www.qnx.com/products/runtime_kit/index.html
\
“Steve Reid” <stever@stevernto.ott.qnx.com> wrote in message
news:dvcd6o$2lk$1@nntp.qnx.com…
DoMinix <> dominix@iquebec.com> > wrote:
hi,in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.I don’t think there’s a way to uninstall just the SDK. As far as I know,
you’d have to reinstall QNX Momentics.
Steve Reid > stever@qnx.com
Technical Editor
QNX Software Systems
DoMinix <> dominix@iquebec.com> > wrote:
hi,in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.I don’t think there’s a way to uninstall just the SDK. As far as I know,
you’d have to reinstall QNX Momentics.
“Dave Nickerson” <danickerson@qnx.com> a écrit dans le message de news:
dvet44$sue$1@inn.qnx.com…
If what you are trying to acheive is a runtime installation of QNX6.3.0 on
a x86 PC platform, QNX also offers a QNX 6.3.0 SP1 Neutrino Runtime CD.
This would effectively give you what you what I believe you are looking
for.
thanks, we’ll have a look a that product for future install.
but at this time I have succeded in uninstalling sdk and qde
with a homemade script that remove content of
/usr/qnx630/host/qnx6/x86/install/{qde,sdk}/shiplist
thanks to all.
–
dominix
“DoMinix” <dominix@iquebec.com> a écrit dans le message de news:
dvnmnk$qg4$1@inn.qnx.com…
DoMinix <> dominix@iquebec.com> > wrote:
hi,in the process of hardening a bit a dedicated machine
I would like to uninstall “sdk” from an 6.3.0 PE ed.
I didn’t find anyway to unistall these things ? any tips ?
So I can have a single Core OS.I don’t think there’s a way to uninstall just the SDK. As far as I know,
you’d have to reinstall QNX Momentics.
“Dave Nickerson” <> danickerson@qnx.com> > a écrit dans le message de news:
dvet44$sue$> 1@inn.qnx.com> …
If what you are trying to acheive is a runtime installation of QNX6.3.0
on a x86 PC platform, QNX also offers a QNX 6.3.0 SP1 Neutrino Runtime
CD. This would effectively give you what you what I believe you are
looking for.http://www.qnx.com/products/runtime_kit/index.html
thanks, we’ll have a look a that product for future install.
but at this time I have succeded in uninstalling sdk and qde
with a homemade script that remove content of
/usr/qnx630/host/qnx6/x86/install/{qde,sdk}/shiplistthanks to all.
by the way for those interested here is the script
(no garanty at all)
cd $QNX_HOST
#for me = /usr/qnx630/host/qnx6/x86/
cpio -o -Osdk.cpio < install/sdk/shiplist
cpio -o -Oqde.cpio < install/qde/shiplist
#for those for are frightened to remove too much …
perl -nle 'unlink if -f ’ install/qde/shiplist
perl -nle 'unlink if -f ’ install/sdk/shiplist
#well, there might be a solution without perl …
–
dominix