Skip to content

Commit

Permalink
Remove a few packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bouijoux committed Feb 17, 2024
1 parent 67b4e5f commit 6b3019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ minimal-fs:
urpmi.addmedia --distrib http://ftp.free.fr/mirrors/mageia.org/distrib/$(DIST_VER)/x86_64 --urpmi-root $(CT_PATH)

$(info Installing minimal system...)
urpmi basesystem-minimal urpmi locales locales-en dhcp-client curl anacron systemd --auto --no-recommends --urpmi-root $(CT_PATH) --root $(CT_PATH)
urpmi basesystem-minimal urpmi locales locales-en dhcp-client curl systemd --auto --no-recommends --urpmi-root $(CT_PATH) --root $(CT_PATH)

squash-fs:
mksquashfs $(CT_NAME) $(CT_NAME).sqfs
Expand Down

0 comments on commit 6b3019e

Please sign in to comment.