Add wdvn-env-i386

This commit is contained in:
Fierelier 2022-11-08 00:34:22 +01:00
parent 8770007efe
commit b19713c2dc
2 changed files with 4 additions and 2 deletions

3
path/wdvn-env-i386 Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
export WDVN_ARCH="i386"
export WDVN_KERNEL="linux-image-686"

3
shell
View File

@ -2,11 +2,10 @@
export WDVN_NAME="windvn"
export WDVN_URL="http://deb.devuan.org/merged"
export WDVN_VER="chimaera"
export WDVN_ARCH="i386"
export WDVN_KERNEL="linux-image-686"
export WDVN_DATE="$(date --utc "+%Y.%m.%d-%H.%M.%S")"
export WDVN_PID="$BASHPID"
export PATH="$(dirname "$(realpath -s "$BASH_SOURCE")")/path:$PATH"
source "wdvn-env-i386"
export WDVN_FULLNAME=
export PS1="\[\033[0;35m\]\$(wdvn-name)\[\033[0m\]:\[\033[0;37m\]\$(basename -- \$PWD)\[\033[0m\]> "