2022-08-10 16:34:29 +00:00
|
|
|
#!/bin/bash
|
2023-01-28 00:50:19 +00:00
|
|
|
export WDVN_PACKAGES="$WDVN_PACKAGES btrfs-progs squashfs-tools console-data python3"
|
|
|
|
export WDVN_REMOVE="$WDVN_REMOVE squashfs-tools"
|
2022-08-10 16:34:29 +00:00
|
|
|
cp "$1/bin/login" "$1/bin/login.oobe"
|