Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
8a299b4a
Commit
8a299b4a
authored
Sep 03, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regular.mk, regular-vm.mk: Add udev-rule-generator
Workaround to solve the problem of late appearance of the network interface.
parent
50a2f392
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
regular-vm.mk
conf.d/regular-vm.mk
+2
-0
regular.mk
conf.d/regular.mk
+2
-0
No files found.
conf.d/regular-vm.mk
View file @
8a299b4a
...
...
@@ -26,6 +26,8 @@ mixin/regular-vm-base: use/firmware use/ntp/chrony use/repo \
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
endif
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
@$(call add,THE_PACKAGES,bash-completion mc update-kernel)
@$(call add,THE_PACKAGES,vim-console)
@$(call add,KMODULES,staging)
...
...
conf.d/regular.mk
View file @
8a299b4a
...
...
@@ -7,6 +7,8 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
use/stage2/mmc use/stage2/net-install \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
@$(call try,SAVE_PROFILE,yes)
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
...
...
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