[gobolinux-users] libtrash dependency (was: Mounting /Programs on another partition)
Jonatan Liljedahl
lijon at kymatica.com
Thu Mar 8 12:05:26 UTC 2007
Aitor Pérez Iturri wrote:
> El Mon, 5 Mar 2007 14:51:06 -0800
> "Carlo Calica" <carlo at calica.com> escribi__:
>> Here's the initial list I came up with for Resources/RootFS. [1]
>>
>> [1]
>> http://lists.gobolinux.org/pipermail/gobolinux-users/2004-December/000319.html
>>
>
> I'm able to boot with this programs under /Programs in / partition:
>
> Bash BootScripts CoreUtils E2FSProgs Glibc GPM Hotplug LibTrash
> Ncurses Scripts Sysvinit Udev Util-Linux ZSH
>
> Of course, this is only for boot purpose, if you want a ussefull system
> when booting in single a think you should add more packages.
>
> greets.
LibTrash shouldn't be needed to boot. If LibTrash is in some
Dependencies file that's an error (ldd reports libtrash for everything
if libtrash is in LD_PRELOAD...)
LibTrash should probably be put in /S/S/Scripts/Dependencies.blacklist
But actually, you shouldn't use libtrash when running compile or
installpackage since it will fill up your trashcan with a lot of garbage
and could also confuse the sandbox. The best solution imho is to put
this in LibTrash's Resources/Environment file:
alias Compile='LD_PRELOAD="" Compile'
alias InstallPackage='LD_PRELOAD="" InstallPackage'
alias SymlinkProgram='LD_PRELOAD="" SymlinkProgram'
--
/Jonatan -=( http://kymatica.com )=-
More information about the gobolinux-users
mailing list