forked from rizalmart/barker-build-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-settings.cfg
More file actions
51 lines (35 loc) · 1.49 KB
/
build-settings.cfg
File metadata and controls
51 lines (35 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
ROOT_PASSWORD="woofwoof"
#user account settings
USERNAME="puppy"
USER_PASSWORD="puppy"
DEBIAN_VERSION_NAME="sid"
DEBIAN_ARCH="amd64"
#keyboard settings
KEYBOARD_LAYOUT="us"
KEYBOARD_MODEL="pc105"
#DEBIAN_SITE="http://mirrors.ocf.berkeley.edu/debian"
DEBIAN_SITE="http://deb.debian.org/debian"
#DEBIAN_PKGDB_URL="http://mirrors.ocf.berkeley.edu/debian/dists/testing/main/binary-amd64/Packages.xz"
#DEBOOTSTRAP_URL="http://mirrors.ocf.berkeley.edu/debian/pool/main/d/debootstrap/"
#DEBIAN_SITE="http://http.us.debian.org/debian"
DEBIAN_PKGDB_URL="${DEBIAN_SITE}/dists/${DEBIAN_VERSION_NAME}/main/binary-amd64/Packages.xz"
DEBOOTSTRAP_URL="${DEBIAN_SITE}/pool/main/d/debootstrap/"
DEBIAN_KEYRING_URL="${DEBIAN_SITE}/pool/main/d/debian-keyring/"
DEBIAN_KEYRING_FILENAME="debian-keyring.gpg"
#rootfs folder name
ROOTFS="build-rootfs"
#see /usr/share/wayland-sessions and /usr/share/xsessions
USER_SESSION_NAME="plasma.desktop"
#CD Label
CD_VOLUME_NAME="razorpup"
#Compile puppy core components from scratch. disable if using github actions or gitlab ci/cd
PUPPY_CORE_APPS_COMPILE="no"
#default file manager to be used by filemnt
FILEMNT_DEFAULT_FILEMANAGER="pcmanfm-qt"
#value to be set on SUDO_ASKPASS"
SUDO_GUI="/usr/lib/puppy/bin/puppy-sudo"
#system init executable location
INITEXEC_PATH=/usr/lib/systemd/systemd
#enable/disable interactivity when running the build script. disable interactivity for full unattended which is suitable for github workflow action
#values: 1-enable, 0-disable
UNATTENDED_MODE=1