SW: add ndisc6 + rdnssd to GRML_SMALL and GRML_FULL
[grml-live.git] / docs / design.txt
index 0f9bd24..4c5d368 100644 (file)
@@ -16,7 +16,7 @@ Description
 
 grml-live mainly executes the following main stages:
 
-* fai dirinstall: link:http://www.informatik.uni-koeln.de/fai/[FAI] (Fully
+* fai dirinstall: link:http://fai-project.org/[FAI] (Fully
 Automatic Installation) does the chroot related work
 
 * mksquashfs: generate the compressed squashfs file which provides the chroot in
@@ -57,7 +57,7 @@ Configuration handling:
 
 * parse_config_files(mainconfig=/etc/grml/grml-live.conf, localconfig=/etc/grml/grml-live.local): read /etc/grml/grml-live.local and /etc/grml/grml-live.conf
 * cmdline_opts(): parse commandline, overrides configuration from parse_config()
-* update_config_files(): write active configuration to configuration files (like /etc/grml/fai/apt/sources.list)
+* update_config_files(): write active configuration to configuration files (like ${GRML_FAI_CONFIG}/apt/sources.list)
 
 Installation of files: