slitaz-base-files view rootfs/etc/slitaz/slitaz.conf @ rev 343

fix ipinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 04 14:28:55 2020 +0000 (2020-10-04)
parents 6149f56cbfaf
children
line source
1 # /etc/slitaz/slitaz.conf: SliTaz variables used by almost all tools.
2 #
4 # SliTaz release.
5 SLITAZ_RELEASE="$(cat /etc/slitaz-release)"
7 # SliTaz architecture.
8 SLITAZ_ARCH="i486"
10 # SliTaz directory.
11 SLITAZ_HOME="/home/slitaz"
13 # SliTaz directory.
14 SLITAZ_CONFIGS="/etc/slitaz"
16 # SliTaz logs directory.
17 SLITAZ_LOGS="/var/log/slitaz"
19 # Path to each version.
20 STABLE="$SLITAZ_HOME/stable"
21 COOKING="$SLITAZ_HOME/cooking"
22 UNDIGEST="$SLITAZ_HOME/undigest"
24 # The type of checksum and ext for packages.md5-like file
25 # md5sum : default (but weak) [sha1sum|sha256sum|sha512sum]
26 CHECKSUM="md5sum"
27 SUM="${CHECKSUM/sum}"
29 # Main mirror URL.
30 MIRROR_URL="http://mirror.slitaz.org"
32 # Online and local packages repository.
33 ONLINE_PKGS="$MIRROR_URL/packages/$SLITAZ_RELEASE/"
34 LOCAL_PKGS="$SLITAZ_HOME/$SLITAZ_RELEASE/packages/"
36 # Path to Tazpkg data base.
37 PKGS_DB="/var/lib/tazpkg"
39 # Packages categories.
40 PKGS_CATEGORIES="
41 admin
42 base-system
43 customization
44 database
45 development
46 doc
47 editors
48 electronics
49 fonts
50 games
51 gnome
52 graphics
53 hamradio
54 httpd
55 java
56 kernel
57 libdevel
58 libs
59 localization
60 mail
61 math
62 meta
63 misc
64 multimedia
65 network
66 news
67 non-free
68 office
69 perl
70 php
71 python
72 ruby
73 security
74 shells
75 sound
76 system-tools
77 tex
78 text
79 utilities
80 video
81 web
82 x-window
83 xfce"
85 #
86 # OLD variables for compatibility purposes.
87 #
89 SLITAZ_VERSION="$SLITAZ_RELEASE"
90 CACHE_DIR="/var/cache/tazpkg"
91 LOCALSTATE="$PKGS_DB"
92 INSTALLED="$PKGS_DB/installed"