diff options
author | Dirk von Suchodoletz | 2011-03-28 16:35:14 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2011-03-28 16:35:14 +0200 |
commit | d6ce8abd89f4288bce9d0472a39c014a839e8628 (patch) | |
tree | 397faf3b519d1861e00e0fe07e3f3a11bd450be5 /src/installer | |
parent | fix squashfs paths (diff) | |
download | core-d6ce8abd89f4288bce9d0472a39c014a839e8628.tar.gz core-d6ce8abd89f4288bce9d0472a39c014a839e8628.tar.xz core-d6ce8abd89f4288bce9d0472a39c014a839e8628.zip |
add support for ubunut 10.10
Diffstat (limited to 'src/installer')
-rw-r--r-- | src/installer/OpenSLX/OSSetup/Distro/Base.pm | 3 | ||||
-rw-r--r-- | src/installer/OpenSLX/OSSetup/Engine.pm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Distro/Base.pm b/src/installer/OpenSLX/OSSetup/Distro/Base.pm index c356e6d9..3f640f7c 100644 --- a/src/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/src/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -80,7 +80,8 @@ sub initialize - /var/opt/openslx - /var/lib/vmware - /var/lib/ntp/* - - /var/run/* + - /var/lib/xkb/* + - /var/run/* + /var/run/screen - /var/log/* + /var/log/apt diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index 4de9ce41..b34ca2c1 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -74,6 +74,8 @@ use vars qw(%supportedDistros); 'ubuntu-9.10_amd64' => 'clone,update,shell', 'ubuntu-10.04' => 'clone,install,update,shell', 'ubuntu-10.04_amd64'=> 'clone,update,shell', + 'ubuntu-10.10' => 'clone,install,update,shell', + 'ubuntu-10.10_amd64'=> 'clone,update,shell', ); my %localHttpServers; |