Page 1 of 1

3.2rc5, obtain xfce with no other apps

Posted: 31 Oct 2016, 20:39
by xenos
Is it possible to have porteus 3.2rc5 xfce with no others apps? Just minimalist iso, no calculator, mousepad, notes, screenshot, image viewer, gcolor2, trasmission, gFTP, polyglot, uget, any media player, epdf

Is it possible?

Re: 3.2rc5, obtain xfce with no other apps

Posted: 31 Oct 2016, 22:34
by ncmprhnsbl
xenos wrote:Is it possible?
sure is.
:D

one way to do this is uses the removepkg command on the extracted module..(as root user)

Code: Select all

ROOT=/path/to/extracted/003-xfce4 removepkg <list of package names eg. galculator mousepad etc>
look at /path/to/extracted/003-xfce4/var/log/packages to see what packages you want to remove..
some of the packages you mention are actually in the 002-xorg module..

Re: 3.2rc5, obtain xfce with no other apps

Posted: 31 Oct 2016, 23:16
by xenos
Fantastic! ncmprhnsbl

Re: 3.2rc5, obtain xfce with no other apps

Posted: 01 Nov 2016, 08:10
by xenos
Hi ncmprhnsbl,
Is that possible to have a clean base? maybe no x desktop or etc, just plain console

Re: 3.2rc5, obtain xfce with no other apps

Posted: 01 Nov 2016, 08:43
by ncmprhnsbl
yes (although theres still some 'extras' like mc , lynx and usm etc)
at the boot menu there is an option "Text Mode" that will start a console session without starting X
to not load 002-xorg and 003-xfce modules at all, press TAB and add this cheatcode(kernel parameter) :
noload=002;003 (and any other modules you might not want loaded)
if you're using wired network, it should be working, if wifi maybe not....
if you installed to USB or hard drive you can edit the boot menu accordingly at <your media>/boot/syslinux/porteus.cfg
cheatcodes go on the APPEND line of each entry..
read more cheatcodes in -- /boot/docs/cheatcodes.txt