/[d-i]/trunk/installer/doc/available-hooks.txt
ViewVC logotype

Contents of /trunk/installer/doc/available-hooks.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17169 - (show annotations) (download)
Sat Jun 26 11:15:55 2004 UTC (8 years, 11 months ago) by cjwatson
File MIME type: text/plain
File size: 1979 byte(s)
typo fixes
1 This is a list of available hooks available for debian-installer
2 modules and extensions.
3
4 /etc/rcS.d/S[0-9][0-9]* [rootskel]
5 If this is an executable program, it is executed when d-i is
6 booting, before the main menu is presented.
7
8 /cdrom/.disk/udeb_include [anna]
9 /cdrom/.disk/udeb_exclude
10 List of packages (udebs) to install or not install in into the d-i
11 ramdisk.
12
13 /etc/autopartkit.d/*.table [autopartkit]
14 Partition table instructions for autopartkit. The selection is
15 done using debconf.
16
17 /cdrom/.disk/base_include [base-installer]
18 /cdrom/.disk/base_exclude
19 The content of these files are taken as lists of packages to
20 install or not into the target area.
21
22 /usr/lib/base-installer.d/* [base-installer]
23 The files in this directory are executed in sequence before
24 debootstrap is called.
25
26 /usr/lib/prebaseconfig.d/* [prebaseconfig]
27 The files in this directory are executed in sequence at the end of
28 the installation.
29
30 /var/lib/partconf/fstab.d/* [partconf?]
31 partconf and mkfstab read all files in this directory and append
32 the lines (with or without modification) to the generated
33 /target/etc/fstab.
34
35 /usr/share/partitioner/${ARCH}.sh [partitioner?]
36 /usr/share/partitioner/common.sh
37 partitioner first tries to call the shell script for the current
38 architecture, and if this script doesn't exist it runs common.sh
39 with the selection harddisk as argument. The script can then do
40 whatever is needed to partition a harddisk on this arch (e.g.
41 running fdisk (text) or cfdisk (slang)).
42
43 /var/lib/partconf/block.d/* [partconf?]
44 partconf executes for each partition every script in this
45 directory, so some udebs can place scripts here, and then block
46 the output of some partitions; very useful for raid/lvm support.
47 ( planned to be included by Thorsten Sauter )
48
49 apt-install [rootskel]
50 Program used in postinst scripts to ask for a package to be
51 installed into the installed system.

  ViewVC Help
Powered by ViewVC 1.1.5