Commit 978984da authored by Michael Shigorin's avatar Michael Shigorin

install2: put filesystem utils into installed system too

It's a tad pointless to be able to create a filesystem but not to be able to fsck it at boot.
parent d385a786
......@@ -40,10 +40,10 @@ use/install2/vbox:
use/install2/fs: use/install2/xfs use/install2/jfs use/install2/reiserfs; @:
use/install2/xfs:
@$(call add,INSTALL2_PACKAGES,xfsprogs)
@$(call add,SYSTEM_PACKAGES,xfsprogs)
use/install2/jfs:
@$(call add,INSTALL2_PACKAGES,jfsutils)
@$(call add,SYSTEM_PACKAGES,jfsutils)
use/install2/reiserfs:
@$(call add,INSTALL2_PACKAGES,reiserfsprogs)
@$(call add,SYSTEM_PACKAGES,reiserfsprogs)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment