Commit e3b47556 authored by Mikhail Efremov's avatar Mikhail Efremov

Initial commit

Forked from installer-distro-altlinux-desktop.
parents
tar: installer-distro-alt-workstation
Name: installer-distro-alt-workstation
Version: 9.0.0
Release: alt1
Summary: Installer configuration (ALT Workstation)
License: GPL
Group: System/Configuration/Other
Url: http://www.altlinux.org/Installer
Source: %name-%version.tar
BuildArch: noarch
%description
This package contains installer configuration for
ALT Workstation.
It is derived from installer-distro-altlinux-desktop.
%package stage2
Summary: Installer configuration and scripts (stage2 part)
License: GPL
Group: System/Configuration/Other
Requires: installer-stage2
# modules
Requires: alterator-sysconfig
Requires: alterator-datetime
Requires: alterator-pkg
Requires: alterator-vm
Requires: alterator-notes
Requires: installer-feature-vm-altlinux-generic-stage2
Requires: x-cursor-theme-jimmac
%description stage2
This package contains installer configuration for
ALT Workstation.
The stage2 part is included into live installer system.
%package stage3
Summary: Installer configuration and scripts (stage3 part)
License: GPL
Group: System/Configuration/Other
Provides: installer-altlinux-generic-stage3 = %name-%version
#Requires: installer-stage3
# modules
# FIXME: grub/lilo
#Requires: alterator-grub
Requires: alterator-users
Requires: alterator-root
Requires: alterator-luks
Requires: alterator-net-eth dhcpcd
%description stage3
This package contains installer configuration for
ALT Workstation.
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
%install2dir/alterator-menu
%install2dir/installer-steps
%install2dir/*.d/*
%files stage3
%changelog
* Mon Oct 31 2016 Michael Shigorin <mike@altlinux.org> 8.1.0-alt1
- synced default groups with current alterator-users
- added 'vmusers' to those as well (for libvirt)
* Tue Apr 19 2016 Michael Shigorin <mike@altlinux.org> 8.0.0-alt1
- carried over 80-setup-user-groups from installer-distro-centaurus
* Mon Dec 23 2013 Michael Shigorin <mike@altlinux.org> 7.0.0-alt1
- initial release based on installer-distro-altlinux-generic 7.0.1-alt1
xinetd
services
control
auth
ahttpd-server
vsftpd
net-dnat
net-domain
trust
ca
datetime
logs
quota
bacula-backup
mkve
xinted
services
updates
control
ahttpd-server
ahttpd-poweroff
dhcp
mirror
netinst
vsftpd
root
net-eth
net-pptp
net-pppoe
net-iptables
net-dnat
sysconfig
license
datetime
vm
pkg
installer-preinstall
grub
installer-network
users-root
users-add
luks
release-notes
#!/bin/sh -u
. install2-init-functions
mkdir -p $destdir/usr/share/install3/
cat > $destdir/usr/share/install3/default-groups <<__EOF__
wheel
proc
cdwriter
camera
uucp
video
audio
radio
floppy
xgrp
scanner
cdrom
vboxusers
vmusers
users
__EOF__
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