Commit 40cd1c58 authored by Michael Shigorin's avatar Michael Shigorin

install2: use/install2/fat target

This adds mkfs.fat and fsck.fat utilities to installer so it's able to create/mount this "filesystem" as well.
parent d993b907
......@@ -86,6 +86,9 @@ use/install2/jfs:
use/install2/reiserfs:
@$(call add,SYSTEM_PACKAGES,reiserfsprogs)
use/install2/fat:
@$(call add,SYSTEM_PACKAGES,dosfstools)
# prepare bootloader for software suspend (see also live)
use/install2/suspend:
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
......
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