mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
scripts/rebuild-rhel-kernel-rpm: Fix a comment
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5161 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -21,9 +21,8 @@
|
||||
# The recommended way to use this script is as follows:
|
||||
# - Create an additional user, e.g. builder
|
||||
# - Add a line to the sudoers file that allows that user to invoke yum and
|
||||
# yum-builddep.
|
||||
# - Add the source repositories in /etc/yum.repos.d.
|
||||
# - One way to do that is by invoking the following shell commands as root:
|
||||
# yum-builddep. One way to do that is by invoking the following shell
|
||||
# commands as root:
|
||||
# useradd builder
|
||||
# echo 'builder ALL=(ALL) NOPASSWD: /usr/bin/yum, /usr/bin/yum-builddep' >>/etc/sudoers
|
||||
# visudo -sc
|
||||
|
||||
Reference in New Issue
Block a user