4 lines
184 B
Bash
4 lines
184 B
Bash
#!/bin/bash
|
|
export WDVN_PACKAGES="$WDVN_PACKAGES btrfs-progs squashfs-tools console-data python3"
|
|
export WDVN_REMOVE="$WDVN_REMOVE squashfs-tools"
|
|
cp "$1/bin/login" "$1/bin/login.oobe" |