Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
fc5c31f4
Commit
fc5c31f4
authored
Apr 17, 2015
by
Dan Reading
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handle dracut.conf
parent
e528cff6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
clientside/tmcc/centos7/GNUmakefile.in
clientside/tmcc/centos7/GNUmakefile.in
+3
-1
clientside/tmcc/centos7/emulab-dracut.conf
clientside/tmcc/centos7/emulab-dracut.conf
+17
-0
No files found.
clientside/tmcc/centos7/GNUmakefile.in
View file @
fc5c31f4
...
...
@@ -77,6 +77,7 @@ dir-install:
$(INSTALL) -m 755 -o root -g root -d $(SYSETCDIR)/logrotate.d
$(INSTALL) -m 755 -o root -g root -d $(SYSETCDIR)/systemd
$(INSTALL) -m 755 -o root -g root -d $(SYSETCDIR)/systemd/system
$(INSTALL) -m 755 -o root -g root -d $(SYSETCDIR)/dracut.conf.d
@echo "dir-install"
baselinux-%: dir-install
...
...
@@ -124,8 +125,9 @@ sysetc-onceonly-install:
@$(MYINSTALL) -m 600 $(SRCDIR)/login.defs $(SYSETCDIR)/login.defs
@$(MYINSTALL) -m 600 $(SRCDIR)/securetty $(SYSETCDIR)/securetty
@$(MYINSTALL) -m 440 $(SRCDIR)/sudoers $(SYSETCDIR)/sudoers
#
@$(MYINSTALL) $(SRCDIR)/rsyslog.conf $(SYSETCDIR)/rsyslog.conf
@$(MYINSTALL) $(SRCDIR)/rsyslog.conf $(SYSETCDIR)/rsyslog.conf
@$(MYINSTALL) $(SRCDIR)/selinux-config $(SYSETCDIR)/selinux/config
@$(MYINSTALL) $(SRCDIR)/emulab-dracut.conf $(SYSETCDIR)/dracut.conf.d/01-dist.conf
@echo "sysetc-onceonly-install"
script-install: dir-install $(SCRIPTS)
...
...
clientside/tmcc/centos7/emulab-dracut.conf
View file @
fc5c31f4
# dracut config file customized for RedHat/Fedora.
# i18n
i18n_vars
=
"/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP"
i18n_default_font
=
"latarcyrheb-sun16"
i18n_install_all
=
"yes"
stdloglvl
=
3
sysloglvl
=
5
install_items
+=
" vi /etc/virc ps grep cat rm "
prefix
=
"/"
systemdutildir
=/
usr
/
lib
/
systemd
systemdsystemunitdir
=/
usr
/
lib
/
systemd
/
system
systemdsystemconfdir
=/
etc
/
systemd
/
system
udevdir
=/
usr
/
lib
/
udev
hostonly
=
"no"
hostonly_cmdline
=
"no"
early_microcode
=
"yes"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment