diff options
| author | Dirk von Suchodoletz | 2009-05-29 17:14:25 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-05-29 17:14:25 +0200 |
| commit | c51a96d397f50cb53c523121c1a05a77de666e88 (patch) | |
| tree | 2d7989d0a5a1a7492b2413076e04cb7b9f0156a0 | |
| parent | * merged most stuff from runvbox.hints into run-virt.include (diff) | |
| download | core-c51a96d397f50cb53c523121c1a05a77de666e88.tar.gz core-c51a96d397f50cb53c523121c1a05a77de666e88.tar.xz core-c51a96d397f50cb53c523121c1a05a77de666e88.zip | |
Just moved the WLAN specific files to the appropriate plugin.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2903 95ad53e4-c205-0410-b2fa-d234c58c8868
17 files changed, 6 insertions, 3 deletions
diff --git a/boot-env/preboot/http-server/user_settings.pl b/boot-env/preboot/http-server/user_settings.pl index b92027e9..a712d827 100755 --- a/boot-env/preboot/http-server/user_settings.pl +++ b/boot-env/preboot/http-server/user_settings.pl @@ -42,8 +42,12 @@ die "must give 'system' ($system), 'client' ($client) and 'preboot_id' ($preboot my $webPath = "$openslxConfig{'public-path'}/preboot"; my $src = "$webPath/client-config/$system/$prebootID.tgz"; my $destPath = "$webPath/$prebootID/client-config/$system"; -mkpath($destPath/$client); +mkpath($destPath."/".$client); system(qq{tar -xz $src -C $destPath/$client/}); + +# from here on the modifications of client configuration should take place +# within $destPath/$client directory + system(qq{cd $destPath/$client; tar -czf $destPath/$client.tgz *}); unlink("$destPath/$client"); diff --git a/initramfs/stage3-stuff/bin/init-wrapper b/initramfs/stage3-stuff/bin/init-wrapper index ed2db50c..594685f6 100755 --- a/initramfs/stage3-stuff/bin/init-wrapper +++ b/initramfs/stage3-stuff/bin/init-wrapper @@ -31,7 +31,7 @@ DEBUGLEVEL="$2" [ -f /etc/initramfs-setup ] && . /etc/initramfs-setup 2>/dev/null # Initial -[ -d /tmp/env ] || mkdir -p /tmp/env +testmkd -p /tmp/env if [ ! -f /tmp/env/base.sed ]; then # Get environment and prepare as sed command diff --git a/initramfs/uclib-rootfs/lib/libiw.so b/initramfs/uclib-rootfs/lib/libiw.so deleted file mode 120000 index ee7675c6..00000000 --- a/initramfs/uclib-rootfs/lib/libiw.so +++ /dev/null @@ -1 +0,0 @@ -libiw.so.29
\ No newline at end of file diff --git a/initramfs/uclib-rootfs/lib/libiw.so.29 b/initramfs/uclib-rootfs/lib/libiw.so.29 Binary files differdeleted file mode 100755 index 1fde3844..00000000 --- a/initramfs/uclib-rootfs/lib/libiw.so.29 +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwconfig b/initramfs/uclib-rootfs/sbin/iwconfig Binary files differdeleted file mode 100755 index 42c18ca1..00000000 --- a/initramfs/uclib-rootfs/sbin/iwconfig +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwevent b/initramfs/uclib-rootfs/sbin/iwevent Binary files differdeleted file mode 100755 index bf9b921b..00000000 --- a/initramfs/uclib-rootfs/sbin/iwevent +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwgetid b/initramfs/uclib-rootfs/sbin/iwgetid Binary files differdeleted file mode 100755 index a310ee85..00000000 --- a/initramfs/uclib-rootfs/sbin/iwgetid +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwlist b/initramfs/uclib-rootfs/sbin/iwlist Binary files differdeleted file mode 100755 index 9597d4d4..00000000 --- a/initramfs/uclib-rootfs/sbin/iwlist +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwpriv b/initramfs/uclib-rootfs/sbin/iwpriv Binary files differdeleted file mode 100755 index a9fd399e..00000000 --- a/initramfs/uclib-rootfs/sbin/iwpriv +++ /dev/null diff --git a/initramfs/uclib-rootfs/sbin/iwspy b/initramfs/uclib-rootfs/sbin/iwspy Binary files differdeleted file mode 100755 index 2bded1e1..00000000 --- a/initramfs/uclib-rootfs/sbin/iwspy +++ /dev/null diff --git a/os-plugins/plugins/wlanboot/files/bin/iwconfig b/os-plugins/plugins/wlanboot/files/bin/iwconfig Binary files differindex ebe4b5af..42c18ca1 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwconfig +++ b/os-plugins/plugins/wlanboot/files/bin/iwconfig diff --git a/os-plugins/plugins/wlanboot/files/bin/iwevent b/os-plugins/plugins/wlanboot/files/bin/iwevent Binary files differindex 20b6293a..bf9b921b 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwevent +++ b/os-plugins/plugins/wlanboot/files/bin/iwevent diff --git a/os-plugins/plugins/wlanboot/files/bin/iwgetid b/os-plugins/plugins/wlanboot/files/bin/iwgetid Binary files differindex 6a51e3f9..a310ee85 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwgetid +++ b/os-plugins/plugins/wlanboot/files/bin/iwgetid diff --git a/os-plugins/plugins/wlanboot/files/bin/iwlist b/os-plugins/plugins/wlanboot/files/bin/iwlist Binary files differindex de811e46..9597d4d4 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwlist +++ b/os-plugins/plugins/wlanboot/files/bin/iwlist diff --git a/os-plugins/plugins/wlanboot/files/bin/iwpriv b/os-plugins/plugins/wlanboot/files/bin/iwpriv Binary files differindex 73f711db..a9fd399e 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwpriv +++ b/os-plugins/plugins/wlanboot/files/bin/iwpriv diff --git a/os-plugins/plugins/wlanboot/files/bin/iwspy b/os-plugins/plugins/wlanboot/files/bin/iwspy Binary files differindex 48ff6db1..2bded1e1 100755 --- a/os-plugins/plugins/wlanboot/files/bin/iwspy +++ b/os-plugins/plugins/wlanboot/files/bin/iwspy diff --git a/os-plugins/plugins/wlanboot/files/lib/libiw.so.29 b/os-plugins/plugins/wlanboot/files/lib/libiw.so.29 Binary files differindex b2ef6d79..1fde3844 100755 --- a/os-plugins/plugins/wlanboot/files/lib/libiw.so.29 +++ b/os-plugins/plugins/wlanboot/files/lib/libiw.so.29 |
