From f48b8887aeda5377b8d1d3444684fe1ac7d9dace Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 30 Sep 2007 12:58:42 +0200 Subject: [PATCH] Invent GRML_SMALL vs. GRML_MEDIUM --- debian/changelog | 4 +- etc/grml/fai/config/class/GRML_MEDIUM.var | 21 +++ etc/grml/fai/config/package_config/GRML_MEDIUM | 192 +++++++++++++++++++++++++ etc/grml/fai/config/package_config/GRML_SMALL | 2 +- 4 files changed, 217 insertions(+), 2 deletions(-) create mode 100644 etc/grml/fai/config/class/GRML_MEDIUM.var create mode 100644 etc/grml/fai/config/package_config/GRML_MEDIUM diff --git a/debian/changelog b/debian/changelog index 2a6d423..9ac7dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ grml-live (0.0.3) unstable; urgency=low directory templates now. * Improve portability of linux headers cleanup inside grml_cleanup_chroot. + * Provide class GRML_SMALL and rename old GRML_SMALL into + GRML_MEDIUM. - -- Michael Prokop Sat, 29 Sep 2007 16:55:47 +0200 + -- Michael Prokop Sun, 30 Sep 2007 12:58:15 +0200 grml-live (0.0.2) unstable; urgency=low diff --git a/etc/grml/fai/config/class/GRML_MEDIUM.var b/etc/grml/fai/config/class/GRML_MEDIUM.var new file mode 100644 index 0000000..5bb0c7a --- /dev/null +++ b/etc/grml/fai/config/class/GRML_MEDIUM.var @@ -0,0 +1,21 @@ +# 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/package_config/GRML_MEDIUM b/etc/grml/fai/config/package_config/GRML_MEDIUM new file mode 100644 index 0000000..10abbda --- /dev/null +++ b/etc/grml/fai/config/package_config/GRML_MEDIUM @@ -0,0 +1,192 @@ +PACKAGES aptitude + +acpid +adduser +agrep +apt +atftp +atftpd +attr +bash +bing +binutils +bridge-utils +bsdmainutils +bsdutils +buffer +busybox +bzip2 +chntpw +console-common +console-terminus +console-tools +coreutils +cpio +cron +cryptsetup +dante-client +dash +dctrl-tools +ddrescue +debconf +debconf-i18n +debianutils +debootstrap +deborphan +dhcp-client +dialog +diff +dmidecode +dmraid +dmsetup +dosfstools +dpkg +dselect +e2fsprogs +e3 +eject +ethtool +file +file-rc +findutils +firmware-ipw3945 +fnord +fuse-utils +gawk +gpm +grep +grml2hd +grml2hd-utils +grml2usb +grml-autoconfig +grml-debian-keyring +grml-debootstrap +grml-docs +grml-etc +grml-etc-core +grml-hwinfo +grml-network +grml-policyrcd +grml-rebuildfstab +grml-saveconfig +grml-scanpartitions +grml-scripts +grml-shlib +grml-small +grml-tips +grml-usleep +grub +guessnet +gzip +hdparm +hostname +htop +hwinfo +ifplugd +ifupdown +inetutils-inetd +initramfs-tools +initscripts +iproute +iputils-ping +ipw3945d +ipw-firmware +jed +jed-common +klibc-utils +knockd +laptop-detect +less +lilo +links +live-initramfs +localepurge +lockfile-progs +login +logrotate +lrzsz +lsof +lvm2 +makedev +mawk +mbr +mdadm +memtester +mgetty +mktemp +module-init-tools +most +mount +mpack +mtools +mtr-tiny +ncftp +netbase +netcat +net-tools +nfs-common +ntfsprogs +ntpdate +nvi +openssh-client openssh-server +passwd +patch +pciutils usbutils +ppp +pppoeconf +prism54-firmware +procinfo +procps +psmisc +pump +readline-common +reiserfsprogs +resolvconf +rsync +rungetty +screen +scsiadd +sed +ser2net +setserial +sharutils +smartmontools +socket +statserial +strace +sudo +symlinks +syslinux +syslog-ng +sysutils +sysvinit +sysvinit-utils +tar +tcpd +tcpdump +telnet +timeout +tinysnmp-tools +tofrodos +tzdata +ucf +udev +unp +unzip +unzoo +update-inetd +util-linux +vlan +vlock +wget +whiptail +wipe +wireless-tools +wireless-tools wpasupplicant +wpasupplicant +xfsprogs +zip +zsh + +PACKAGES aptitude I386 +linux-image-2.6.22-grml aufs-modules-2.6.22-grml diff --git a/etc/grml/fai/config/package_config/GRML_SMALL b/etc/grml/fai/config/package_config/GRML_SMALL index 10abbda..5eddaf9 100644 --- a/etc/grml/fai/config/package_config/GRML_SMALL +++ b/etc/grml/fai/config/package_config/GRML_SMALL @@ -189,4 +189,4 @@ zip zsh PACKAGES aptitude I386 -linux-image-2.6.22-grml aufs-modules-2.6.22-grml +linux-image-2.6.20-grml-small aufs-modules-2.6.20-grml-small -- 2.1.4