From 46eaf7b06c5011c3708f0c08a7cf7a0f08ed2d96 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 20 Jul 2008 14:48:49 +0200 Subject: [PATCH] Get rid of files in /etc/grml/fai/config/class/ --- etc/grml/fai/config/class/GRMLBASE.var | 1 - etc/grml/fai/config/class/GRML_FULL.var | 21 --------------------- etc/grml/fai/config/class/GRML_MEDIUM.var | 21 --------------------- etc/grml/fai/config/class/GRML_POWERPC.var | 21 --------------------- etc/grml/fai/config/class/GRML_SMALL.var | 21 --------------------- 5 files changed, 85 deletions(-) delete mode 100644 etc/grml/fai/config/class/GRML_FULL.var delete mode 100644 etc/grml/fai/config/class/GRML_MEDIUM.var delete mode 100644 etc/grml/fai/config/class/GRML_POWERPC.var delete mode 100644 etc/grml/fai/config/class/GRML_SMALL.var diff --git a/etc/grml/fai/config/class/GRMLBASE.var b/etc/grml/fai/config/class/GRMLBASE.var index 5bb0c7a..1d203d9 100644 --- a/etc/grml/fai/config/class/GRMLBASE.var +++ b/etc/grml/fai/config/class/GRMLBASE.var @@ -11,7 +11,6 @@ UTC=yes TIMEZONE=Europe/Vienna # root password for the new installed linux system; md5 and crypt are possible -# pw is "fai" ROOTPW='x' # MODULESLIST contains modules that will be loaded by the new system, diff --git a/etc/grml/fai/config/class/GRML_FULL.var b/etc/grml/fai/config/class/GRML_FULL.var deleted file mode 100644 index 5bb0c7a..0000000 --- a/etc/grml/fai/config/class/GRML_FULL.var +++ /dev/null @@ -1,21 +0,0 @@ -# default values for installation. You can override them in your *.var files - -# allow installation of packages from unsigned repositories -FAI_ALLOW_UNSIGNED=1 - -CONSOLEFONT= -KEYMAP=us-latin1 - -# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes -TIMEZONE=Europe/Vienna - -# root password for the new installed linux system; md5 and crypt are possible -# pw is "fai" -ROOTPW='x' - -# MODULESLIST contains modules that will be loaded by the new system, -# not during installation these modules will be written to /etc/modules -# If you need a module during installation, add it to $kernelmodules -# in 20-hwdetect.source. But discover should do most of this job -# MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse" diff --git a/etc/grml/fai/config/class/GRML_MEDIUM.var b/etc/grml/fai/config/class/GRML_MEDIUM.var deleted file mode 100644 index 5bb0c7a..0000000 --- a/etc/grml/fai/config/class/GRML_MEDIUM.var +++ /dev/null @@ -1,21 +0,0 @@ -# default values for installation. You can override them in your *.var files - -# allow installation of packages from unsigned repositories -FAI_ALLOW_UNSIGNED=1 - -CONSOLEFONT= -KEYMAP=us-latin1 - -# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes -TIMEZONE=Europe/Vienna - -# root password for the new installed linux system; md5 and crypt are possible -# pw is "fai" -ROOTPW='x' - -# MODULESLIST contains modules that will be loaded by the new system, -# not during installation these modules will be written to /etc/modules -# If you need a module during installation, add it to $kernelmodules -# in 20-hwdetect.source. But discover should do most of this job -# MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse" diff --git a/etc/grml/fai/config/class/GRML_POWERPC.var b/etc/grml/fai/config/class/GRML_POWERPC.var deleted file mode 100644 index 5bb0c7a..0000000 --- a/etc/grml/fai/config/class/GRML_POWERPC.var +++ /dev/null @@ -1,21 +0,0 @@ -# default values for installation. You can override them in your *.var files - -# allow installation of packages from unsigned repositories -FAI_ALLOW_UNSIGNED=1 - -CONSOLEFONT= -KEYMAP=us-latin1 - -# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes -TIMEZONE=Europe/Vienna - -# root password for the new installed linux system; md5 and crypt are possible -# pw is "fai" -ROOTPW='x' - -# MODULESLIST contains modules that will be loaded by the new system, -# not during installation these modules will be written to /etc/modules -# If you need a module during installation, add it to $kernelmodules -# in 20-hwdetect.source. But discover should do most of this job -# MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse" diff --git a/etc/grml/fai/config/class/GRML_SMALL.var b/etc/grml/fai/config/class/GRML_SMALL.var deleted file mode 100644 index 5bb0c7a..0000000 --- a/etc/grml/fai/config/class/GRML_SMALL.var +++ /dev/null @@ -1,21 +0,0 @@ -# default values for installation. You can override them in your *.var files - -# allow installation of packages from unsigned repositories -FAI_ALLOW_UNSIGNED=1 - -CONSOLEFONT= -KEYMAP=us-latin1 - -# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes -TIMEZONE=Europe/Vienna - -# root password for the new installed linux system; md5 and crypt are possible -# pw is "fai" -ROOTPW='x' - -# MODULESLIST contains modules that will be loaded by the new system, -# not during installation these modules will be written to /etc/modules -# If you need a module during installation, add it to $kernelmodules -# in 20-hwdetect.source. But discover should do most of this job -# MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse" -- 2.1.4