how can I remove packages from 001-core module

Here is a place for your projects which are not officially supported by the Porteus Team. For example: your own kernel patched with extra features; desktops not included in the standard ISO like Gnome; base modules that are different than the standard ISO, etc...
roelof
Samurai
Samurai
Posts: 112
Joined: 06 Aug 2013, 15:32
Distribution: Porteus 2.1 Gnome
Location: Netherlands

how can I remove packages from 001-core module

Post#1 by roelof » 03 Jan 2014, 14:04

Hello,

For my project I need to have shadow pam-enabled and also a new version of glib.

How can I change this the best way in I think core.xzm and or devel,xzm ?

Roelof

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: how can I change this

Post#2 by fanthom » 04 Jan 2014, 08:00

moved to 'Community Effort' as 'Development' section of the forum is reserved for:

Code: Select all

New features which should be implemented in Porteus
to answer your question - please have a look here:
http://forum.porteus.org/viewtopic.php? ... 984#p20789
Please add [Solved] to your thread title if the solution was found.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: how can I change this

Post#3 by brokenman » 04 Jan 2014, 22:49

For shadow pam you will need to recompile shadow after you have PAM installed. Instructions here

To remove the current glib (which will no doubt bring problems for other packages) you need to unpack the 001-core.xzm module into a folder and then remove your packages:

mkdir /tmp/un
xzm2dir 001-core.xzm /tmp/un
removepkg -root /tmp/un glib2-2.36.4-x86_64-1
How do i become super user?
Wear your underpants on the outside and put on a cape.

Post Reply