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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
072fefdf
Commit
072fefdf
authored
Mar 11, 2015
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install2, live: implement ACPI suspend support
The corresponding installer feature had to be updated first following blkid(8) output format changes, but that's it!
parent
2845c89b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
config.mk
features.in/install2/config.mk
+4
-0
config.mk
features.in/live/config.mk
+4
-0
No files found.
features.in/install2/config.mk
View file @
072fefdf
...
@@ -63,6 +63,10 @@ use/install2/jfs:
...
@@ -63,6 +63,10 @@ use/install2/jfs:
use/install2/reiserfs:
use/install2/reiserfs:
@$(call add,SYSTEM_PACKAGES,reiserfsprogs)
@$(call add,SYSTEM_PACKAGES,reiserfsprogs)
# prepare bootloader for software suspend (see also live)
use/install2/suspend:
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
# when VNC installation is less welcome than a few extra megs
# when VNC installation is less welcome than a few extra megs
use/install2/cleanup/vnc:
use/install2/cleanup/vnc:
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
...
...
features.in/live/config.mk
View file @
072fefdf
...
@@ -83,3 +83,7 @@ use/live/ru: use/live use/l10n/default/ru_RU; @:
...
@@ -83,3 +83,7 @@ use/live/ru: use/live use/l10n/default/ru_RU; @:
use/live/sound: use/live
use/live/sound: use/live
@$(call add,LIVE_LISTS,sound/base)
@$(call add,LIVE_LISTS,sound/base)
# prepare bootloader for software suspend (see also install2)
use/live/suspend: use/live
@$(call add,LIVE_PACKAGES,installer-feature-desktop-suspend-stage2)
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