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
1
Issues
1
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
1e65a52c
Commit
1e65a52c
authored
Mar 22, 2014
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install2: cleanup everything too
This destructive target is like a "people's revolution": almost nothing left. Some need this to achieve jeos or chaos, respectively.
parent
9efac390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
config.mk
features.in/install2/config.mk
+42
-0
No files found.
features.in/install2/config.mk
View file @
1e65a52c
...
...
@@ -69,3 +69,45 @@ use/install2/cleanup/x11-hwdrivers:
@$(call add,INSTALL2_CLEANUP_PACKAGES,xorg-drv-r128 xorg-drv-radeon)
@$(call add,INSTALL2_CLEANUP_PACKAGES,xorg-drv-s3virge xorg-drv-savage)
@$(call add,INSTALL2_CLEANUP_PACKAGES,xorg-drv-sis)
# massive purge of anything not critical to installer boot (l10n included!)
use/install2/cleanup/everything: use/install2/cleanup/x11-hwdrivers \
use/install2/cleanup/vnc use/install2/cleanup/crypto
@$(call add,INSTALL2_CLEANUP_PACKAGES,glibc-gconv-modules glibc-locales)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libX11-locales alterator-l10n)
@$(call add,INSTALL2_CLEANUP_PACKAGES,kbd-data kbd console-scripts)
@$(call add,INSTALL2_CLEANUP_PACKAGES,shadow-convert)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libXaw xmessage xconsole)
@$(call add,INSTALL2_CLEANUP_PACKAGES,libncurses libncursesw) # top
@$(call add,INSTALL2_CLEANUP_PACKAGES,openssl) # net-functions
@$(call add,INSTALL2_CLEANUP_PACKAGES,vitmp vim-minimal)
@$(call add,INSTALL2_CLEANUP_PACKAGES,udev-hwdb pciids)
# this conflicts with efi (which needs efivars.ko)
use/install2/cleanup/kernel/firmware:
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/firmware/)
# drop drivers expected to be useless in virtual environment
use/install2/cleanup/kernel/non-vm:
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/firewire/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/net/bonding/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/net/ppp/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/net/slip/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/net/team/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/net/usb/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/platform/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/tty/serial/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/net/bridge/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/net/openvswitch/)
# this would need extra handling anyways
use/install2/cleanup/kernel/storage:
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/block/aoe/)
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/block/drbd/)
# burn it down
use/install2/cleanup/kernel/everything: \
use/install2/cleanup/kernel/storage \
use/install2/cleanup/kernel/non-vm \
use/install2/cleanup/kernel/firmware
@$(call add,INSTALL2_CLEANUP_KDRIVERS,kernel/drivers/ata/pata_*)
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