diff --git a/mods/live-installer/modscript b/mods/live-installer/modscript index b495431..9adaa5f 100644 --- a/mods/live-installer/modscript +++ b/mods/live-installer/modscript @@ -1,4 +1,4 @@ #!/bin/bash -export WDVN_PACKAGES="$WDVN_PACKAGES btrfs-progs squashfs-tools console-data python3" +export WDVN_PACKAGES="$WDVN_PACKAGES dosfstools btrfs-progs squashfs-tools console-data python3" export WDVN_REMOVE="$WDVN_REMOVE squashfs-tools" cp "$1/bin/login" "$1/bin/login.oobe" \ No newline at end of file