From 2ddbcd32c1262791ff9a8a0367063e2332aea903 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 22 Nov 2012 12:37:46 +0100 Subject: change config structure: - old config, which was based only on stage3 wasn't modified. Only the directory has changed to /config/stage3 - stage1 config, which wasn't possible this way before, can be done now in /config/stage1 - the default/rootfs directory will be used for every vendor-OS - /config/stage1//rootfs will be used for the corresponding vendor-OS - so after a clone/install/update of stage1 the dafault config will be rsynced and after that the vendor-OS specific config will be rsynced. At the end the plugins will be installed. - This is all part of slxos-setup. ' --- src/installer/slxos-setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/installer/slxos-setup') diff --git a/src/installer/slxos-setup b/src/installer/slxos-setup index 8812a19b..30c9287b 100755 --- a/src/installer/slxos-setup +++ b/src/installer/slxos-setup @@ -80,6 +80,8 @@ if ($action =~ m[^import]i) { die _tr("'%s' doesn't exist, giving up!\n", $engine->{'vendor-os-path'}); } $engine->addInstalledVendorOSToConfigDB(); + createConfigFolderForDefaultVendorOS(); + createConfigFolderForVendorOS($vendorOSName); } elsif ($action =~ m[^update]i) { my $vendorOSName = shift @ARGV; if (!defined $vendorOSName) { -- cgit v1.2.3-55-g7522