Project 'ximper/installer-distro-ximper' was moved to 'ximperlinux/installer-distro-ximper'. Please update any links and bookmarks that may still have the old path.
Commit bdc0c1e1 authored by Mikhail Efremov's avatar Mikhail Efremov

Add pkg-groups.conf

Since installer-alterator-pkg-3.1.3-alt1 packages lists are expanded by default. We keep old behavior using pkg-groups.conf.
parent bca142b0
...@@ -65,7 +65,12 @@ and executed off there during installation process. ...@@ -65,7 +65,12 @@ and executed off there during installation process.
mkdir -p %buildroot%install2dir mkdir -p %buildroot%install2dir
cp -a * %buildroot%install2dir/ cp -a * %buildroot%install2dir/
# Don't expand groups lists
mkdir -p %buildroot%_sysconfdir/alterator
echo "expand-description=no" >%buildroot%_sysconfdir/alterator/pkg-groups.conf
%files stage2 %files stage2
%_sysconfdir/alterator/pkg-groups.conf
%install2dir/alterator-menu %install2dir/alterator-menu
%install2dir/installer-steps %install2dir/installer-steps
%install2dir/*.d/* %install2dir/*.d/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment