2022-08-10 16:34:29 +00:00
|
|
|
#!/bin/bash
|
2022-08-15 06:31:02 +00:00
|
|
|
export WDVN_PACKAGES="$WDVN_PACKAGES gdisk dosfstools squashfs-tools"
|
|
|
|
export WDVN_REMOVE="$WDVN_REMOVE dosfstools squashfs-tools"
|
2022-08-10 16:34:29 +00:00
|
|
|
cp "$1/bin/login" "$1/bin/login.oobe"
|