From 023806d55ca4f83d3a227d1f183310fcd43daa3f Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 17 Feb 2008 15:01:40 +0000 Subject: * added explicit error message about trying to apply actions to the '<<>>' vendor-OS (which is going to be introduced, soon) * slxos-export list-exported now uses the usual export name format (::) * when listing the installed vendor-OSes, plain files are now filtered out (only directories can contain a vendor-OS) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1555 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/slxos-setup') diff --git a/installer/slxos-setup b/installer/slxos-setup index 6ee88c60..0e2aa2a1 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -159,6 +159,7 @@ if ($action =~ m[^import]i) { $vendorOS =~ s[^.+/][]; "\t$vendorOS\n"; } + grep { -d $_ } sort glob("$openslxConfig{'private-path'}/stage1/*") ); } else { -- cgit v1.2.3-55-g7522