2019-08-21 19:16:18 +03:00
%define distro alt-server-v
Name : installer-distro-%distro
2020-07-06 21:58:13 +03:00
Version : 9.0.1
Release : alt1
2013-09-30 17:31:12 +04:00
2019-06-14 17:35:04 +03:00
Summary : Installer configuration (Server V)
2020-02-14 14:37:58 +03:00
License : GPLv2
2013-09-30 17:31:12 +04:00
Group : System/Configuration/Other
Url : http://www.altlinux.org/Installer
Source : %name-%version.tar
BuildArch : noarch
%description
This package contains installer configuration hopefully suitable
for an ALT Linux based server distribution.
It is derived from installer-distro-altlinux-generic.
%package stage2
Summary : Installer configuration and scripts (stage2 part)
2020-02-14 14:37:58 +03:00
License : GPLv2
2013-09-30 17:31:12 +04:00
Group : System/Configuration/Other
2019-08-21 19:16:18 +03:00
Provides : installer-%distro-stage2 = %version
2013-09-30 17:31:12 +04:00
Requires : installer-stage2
# modules
Requires : alterator-sysconfig
Requires : alterator-datetime
Requires : alterator-pkg
Requires : alterator-vm
Requires : alterator-notes
%description stage2
This package contains installer configuration hopefully suitable
for an ALT Linux based server distribution.
The stage2 part is included into live installer system.
%package stage3
Summary : Installer configuration and scripts (stage3 part)
2020-02-14 14:37:58 +03:00
License : GPLv2
2013-09-30 17:31:12 +04:00
Group : System/Configuration/Other
2019-08-21 19:16:18 +03:00
Provides : installer-%distro-stage3 = %version
2013-09-30 17:31:12 +04:00
# modules
Requires : alterator-users
Requires : alterator-root
Requires : alterator-luks
Requires : alterator-net-eth dhcpcd
2019-08-21 19:16:18 +03:00
Requires : alterator-net-bond alterator-net-bridge
2013-09-30 17:31:12 +04:00
Requires : alterator-net-general
2019-08-21 19:16:18 +03:00
Requires : installer-stage3
2020-02-14 14:37:58 +03:00
Requires : installer-feature-create-vmbr-stage3
2019-08-21 19:16:18 +03:00
Requires : installer-feature-sudo-enable-by-default-stage3
Requires : installer-feature-online-repo
Requires : installer-feature-nfs-server-stage3
2013-09-30 17:31:12 +04:00
Requires : installer-feature-powerbutton-stage3
%description stage3
This package contains installer configuration hopefully suitable
for an ALT Linux based server distribution.
The stage3 part is installed onto the new system's root
and executed off there during installation process.
%prep
%setup
%install
%define install2dir %_datadir/install2
mkdir -p %buildroot%install2dir
cp -a * %buildroot%install2dir/
%files stage2
%install 2dir/*.d/*
%install 2dir/alterator-menu
%install 2dir/installer-steps
%files stage3
%changelog
2020-07-06 21:58:13 +03:00
* Mon Jul 06 2020 Alexey Shabalin <shaba@altlinux.org> 9.0.1-alt1
- update title for /var/lib/vz (ALT #38193)
- drop Generic server (large /srv) profile in vm
- switch from alterator-grub to installer-feature-bootloader in m-p
2020-02-14 14:37:58 +03:00
* Thu Feb 13 2020 Andrew A. Vasilyev <andy@altlinux.org> 9.0.0-alt3
- add vmbr creation for PVE
2019-09-26 21:01:12 +03:00
* Thu Sep 26 2019 Alexey Shabalin <shaba@altlinux.org> 9.0.0-alt2
- add support vd* disks in vm profile
- rename /var/lib/libvirt/images -> /var/lib/libvirt
2019-09-25 20:12:18 +03:00
* Wed Sep 25 2019 Alexey Shabalin <shaba@altlinux.org> 9.0.0-alt1
- add OpenVZ server (large /var/lib/vz)
- add Podman server (large /var/lib/containers)
- update alterator-menu lists
2019-08-21 19:16:18 +03:00
* Wed Aug 21 2019 Alexey Shabalin <shaba@altlinux.org> 7.0.6-alt1
- vm -> vm-ortodox
- add preinstall and postinstall scripts
- update Requires and Provides
2019-08-21 16:52:13 +03:00
* Wed Aug 21 2019 Alexey Shabalin <shaba@altlinux.org> 7.0.5-alt1
- update title in vm-profile
2019-07-11 20:28:18 +03:00
* Thu Jul 11 2019 Alexey Shabalin <shaba@altlinux.org> 7.0.4-alt1
- /var/lib/libvirt -> /var/lib/libvirt/images
- add LXD HN server (large /var/lib/lxd)
2019-06-14 17:35:04 +03:00
* Fri Jun 14 2019 Alexey Shabalin <shaba@altlinux.org> 7.0.3-alt1
- package as name alt-server-v for Server Virtualization
2019-06-14 19:32:42 +03:00
- update vm profile for server-v
2019-06-14 17:35:04 +03:00
2016-03-11 23:33:53 +03:00
* Fri Mar 11 2016 Michael Shigorin <mike@altlinux.org> 7.0.2-alt1
- tweaked disk partitioning profiles towards capping the size
of partitions differing from the " m a i n " one (otherwise it's
prone to e.g. three largish partitions of which two will be
likely mostly empty forever)
- changed profile order so that " g e n e r i c s e r v e r " comes first
2013-10-28 17:55:37 +04:00
* Mon Oct 28 2013 Michael Shigorin <mike@altlinux.org> 7.0.1-alt1
- added a few more disk partitioning profiles (closes: #29483)
- fixed silly typo in steps file (non-root user *is* added now)
2013-09-30 17:31:12 +04:00
* Mon Jul 15 2013 Michael Shigorin <mike@altlinux.org> 7.0.0-alt1
- initial release based on installer-distro-altlinux-generic 7.0.1-alt1
- get things back somewhat closer to a useful (not test) distribution