summaryrefslogtreecommitdiff
path: root/config-dgih.diff
blob: dc4dd5d8e19de196e316dfc940618ac0205f602c (plain)
  1. --- config-dgih 2005-01-23 13:32:41.000000000 +0100
  2. +++ config-chr.tmp 2005-08-17 20:47:27.000000000 +0200
  3. @@ -1,28 +1,23 @@
  4.  targettemp_fat="$baseworkdir/tmpfatroot"
  5. targettemp_isofs="$baseworkdir/tmpisoroot"
  6. targetoffline="$baseworkdir/flashybrid-off"
  7. -# Uncomment these to work on actual drive (instead of dir)
  8. -mountpoint="/mnt/usbstick"
  9. -# FIXME: Handle device here being different from target system
  10. -usbdevice="/dev/sda"
  11. -usbdevice_grub="hd0"
  12. -
  13. # Set to one or more (space-delimited, max 4) of these:
  14. # SYSLINUX
  15. # ISOLINUX (not yet implemented)
  16. @@ -57,22 +52,31 @@
  17. # APT repository for initial setup (and possibly more)
  18. # (use file:/pub/... and enable nfs - sppedy and works in chroot too)
  19. -mirror="http://ftp.debian.org/debian/"
  20. +#mirror="http://192.168.102.252/mirrors/debian/"
  21. +mirror="file:/pub/mirrors/debian/"
  22. loghost="$loghost"
  23. # Packages to install beyond the bare minimum
  24. -aptitude_install="initrd-tools"
  25. -aptitude_kernel_install="kernel-image-2.4-386"
  26. -aptitude_install_custom="mc less ssh"
  27. +aptitude_install="initrd-tools yaird"
  28. +#aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
  29. +aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
  30. +aptitude_install_custom="mc less ssh syslog-ng console-log"
  31. +
  32. +#This one needs to be installed separately from daemons
  33. +#aptitude_install_custom="$aptitude_install_custom file-rc"
  34. # Boot helper apps
  35. -aptitude_install_custom="$aptitude_install_custom discover memtest86+"
  36. +aptitude_install_custom="$aptitude_install_custom memtest86+ udev usbutils ifplugd ifrename resolvconf module-init-tools"
  37. # Admin helper apps (e.g. for reading gzip'ed files through mc)