Re-include dosfstools, as they're useful for formatting ESD

This commit is contained in:
Fierelier 2023-01-28 03:26:45 +01:00
parent cfd568f287
commit 371201bf24

View File

@ -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"