File: anna.h

package info (click to toggle)
anna 1.27
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 604 kB
  • ctags: 50
  • sloc: ansic: 696; makefile: 53
file content (15 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <cdebconf/debconfclient.h>
#include <debian-installer.h>
#include <stdbool.h>

#define LOWMEM_STATUS_FILE	"/var/lib/lowmem"
#define RETRIEVER_DIR		"/usr/lib/debian-installer/retriever"
#define DOWNLOAD_DIR		"/var/cache/anna"
#define DOWNLOAD_PACKAGES	DOWNLOAD_DIR "/Packages"
#define DOWNLOAD_PACKAGES_DEFAULT	DOWNLOAD_DIR "/Packages.default"
#define INCLUDE_FILE		DOWNLOAD_DIR "/include"
#define EXCLUDE_FILE		DOWNLOAD_DIR "/exclude"
#define DPKG_UNPACK_COMMAND	"udpkg --unpack"
#define DPKG_CONFIGURE_COMMAND	"udpkg --configure"

extern struct debconfclient *debconf;