4 lines
151 B
Bash
4 lines
151 B
Bash
#!/bin/bash
|
|
export WDVN_PACKAGES="$WDVN_PACKAGES squashfs-tools"
|
|
export WDVN_REMOVE="$WDVN_REMOVE squashfs-tools"
|
|
cp "$1/bin/login" "$1/bin/login.oobe" |