summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-03-10 00:45:31 +0100
committerSebastian Schmelzer2008-03-10 00:45:31 +0100
commit9527157d610f64920df5597d85bffc1d83850f38 (patch)
tree21de9291b8ac1efb6175b2437da6f56dc084ad7c /initramfs
parent* added missing call to fetchInstalledPlugins() in case the vendor-OS (diff)
downloadcore-9527157d610f64920df5597d85bffc1d83850f38.tar.gz
core-9527157d610f64920df5597d85bffc1d83850f38.tar.xz
core-9527157d610f64920df5597d85bffc1d83850f38.zip
* vmpasswd link will now be created by makeinitramfs
* themeplugin: + check if kdmrc is there before changing it git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1612 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/OpenSLX/MakeInitRamFS/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/OpenSLX/MakeInitRamFS/Engine.pm b/initramfs/OpenSLX/MakeInitRamFS/Engine.pm
index 9a20a882..8749eb68 100644
--- a/initramfs/OpenSLX/MakeInitRamFS/Engine.pm
+++ b/initramfs/OpenSLX/MakeInitRamFS/Engine.pm
@@ -361,7 +361,7 @@ sub _copyBusybox
insmod id ip kill killall ln ls lsmod mdev mkdir mknod mkswap
modprobe mount mv nice ping printf ps rdate rm rmmod sed sleep
sort swapoff swapon switch_root tar test tftp time touch tr
- udhcpc umount uptime usleep vconfig vi wget zcat zcip
+ udhcpc umount uptime usleep vconfig vi vncpasswd wget zcat zcip
);
foreach my $applet (@busyboxApplets) {
$self->addCMD("ln -sf /bin/busybox $self->{'build-path'}/bin/$applet");