You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
844 B
40 lines
844 B
Name: installer-feature-mos-hide-grub
|
|
Version: 1.0
|
|
Release: alt2
|
|
|
|
Summary: feature to M OS hide grub
|
|
Summary(ru_RU.UTF-8): Фича инсталлятора для настройки М ОС скрытие меню grub
|
|
|
|
License: GPLv3
|
|
Group: System/Configuration/Other
|
|
Url: http://osmesh.ru
|
|
BuildArch: noarch
|
|
Source: %name-%version.tar
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%description -l ru_RU.UTF-8
|
|
Фича инсталлятора для настройки М ОС скрытие меню grub
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%install
|
|
%define hookdir %_datadir/install2/preinstall.d
|
|
mkdir -p %buildroot%hookdir
|
|
install -pm755 92-mos-hide-grub.sh %buildroot%hookdir/
|
|
|
|
|
|
%files
|
|
%hookdir/92-mos-hide-grub.sh
|
|
|
|
%changelog
|
|
* Wed Aug 31 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt2
|
|
- Timeout 2s
|
|
|
|
* Tue Aug 30 2022 Artem Proskurnev <tema@altlinux.org> 1.0-alt1
|
|
- Init
|
|
|
|
|
|
|
|
|