summaryrefslogtreecommitdiff
path: root/targets/chr.diff
blob: 3546565cc31fb2f391b2389ccec52511400895f7 (plain)
  1. --- config-dgih 2005-09-29 11:56:48.000000000 +0200
  2. +++ config-chr 2005-09-29 10:43:44.000000000 +0200
  3. @@ -1,19 +1,17 @@
  4.  #!/bin/sh
  5. # Name and (if wanted) default IP address of system
  6. -hostname="vagabonden"
  7. -domainname="dgi-huset.dk"
  8. +hostname="usbstick"
  9. +#domainname="example.tld"
  10. +domainname="jones.dk"
  11. #hostdefaultip="192.168.133.133"
  12. suite="sarge"
  13. -baseworkdir="/home/VAGABONDEN"
  14. +baseworkdir="/home/CHR"
  15. -# Hosts used for several services like syslog and network filesystems
  16. -diskhost="lager"
  17. -loghost="log"
  18. -
  19. -dns_server="192.168.101.2"
  20. +diskhost="hykrion.jones.dk"
  21. +loghost="192.168.102.252"
  22. targettemp="$baseworkdir/tmproot"
  23. targettemp_fat="$baseworkdir/tmpfatroot"
  24. @@ -37,10 +35,6 @@
  25. #MKINITRD_CD="yes"
  26. #MKINITRD_NETBOOT="yes"
  27. -# Set this empty to avoid dhcp client altogether
  28. -DHCPCLIENT="dhcp3"
  29. -#DHCPCLIENT="udhcpc"
  30. -
  31. # Set to one of the following:
  32. # ext2 (recommended!)
  33. # ext3
  34. @@ -57,32 +51,34 @@
  35. diskdev_target="$diskdev_host"
  36. diskfs="nfs"
  37. -# Ordered list of all APT sources (if different from DEFAULT and HOST)
  38. -#aptsources="base security jones"
  39. -
  40. -# URI and components of base APT repository as seen on target (if different from host setup)
  41. -# (remember to enable nfs if using "file:/pub/...")
  42. -aptsource_base_target="http://ftp.debian.org/debian/"
  43. -#aptsource_base_target="file:/pub/mirrors/debian/"
  44. -
  45. -aptsource_security_target="http://security.debian.org/"
  46. -
  47. -# Device name (or NFS share) to mount to "/pub" (if different from HOST)
  48. -pubdev_target="$diskhost:/pub"
  49. +# APT repository for initial setup (and possibly more)
  50. +# (use file:/pub/... and enable nfs - sppedy and works in chroot too)
  51. +#mirror="http://192.168.102.252/mirrors/debian/"
  52. +mirror="file:/pub/mirrors/debian/"
  53. +
  54. +mirror_addon="http://debian.jones.dk/"
  55. +mirror_addon_target="kernels misc"
  56. +
  57. +# If enabled, this will get attached to /pub
  58. +#pubdev_host="${diskhost:+$diskhost:/pub}"
  59. +pubdev_host="192.168.102.252:/pub"
  60. +pubdev_target="$pubdev_host"
  61. +pubfs="nfs"
  62. # Define this to redirect all log output to another host
  63. loghost="$loghost"
  64. # Packages to install beyond the bare minimum
  65. -aptitude_install="initrd-tools"
  66. -aptitude_kernel_install="kernel-image-2.4-386"
  67. -aptitude_install_custom="mc less ssh syslog-ng"
  68. +aptitude_install="initrd-tools yaird"
  69. +#aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
  70. +aptitude_kernel_install="kernel-image-2.6.12+debianlogo+squashfs+wrr"
  71. +aptitude_install_custom="mc less ssh syslog-ng console-log"
  72. #This one needs to be installed separately from daemons
  73. #aptitude_install_custom="$aptitude_install_custom file-rc"
  74. # Boot helper apps
  75. -aptitude_install_custom="$aptitude_install_custom memtest86+ udev usbutils resolvconf module-init-tools"
  76. +aptitude_install_custom="$aptitude_install_custom memtest86+ udev usbutils ifplugd ifrename resolvconf module-init-tools"
  77. # Admin helper apps (e.g. for reading gzip'ed files through mc)
  78. aptitude_install_custom="$aptitude_install_custom mime-support file"
  79. @@ -92,8 +88,11 @@
  80. # You probably won't need this (needed for X11-based infoscreen)
  81. # (libxmuu1 is for locally added "xset" binary taken from xbase-clients)
  82. -aptitude_install_custom="$aptitude_install_custom xfonts-base xserver-xfree86 libxmuu1 launchtool unclutter qiv"
  83. -diskstore="$flashybrid_diskstore /usr/X11R6/man"
  84. +#aptitude_install_custom="$aptitude_install xfonts-base xserver-xfree86 libxmuu1 launchtool unclutter qiv"
  85. +#diskstore="$flashybrid_diskstore /usr/X11R6/man"
  86. +
  87. +# Shorewall firewall
  88. +aptitude_install_custom="$aptitude_install_custom shorewall wget wipl-daemon dhcp3-server"
  89. # Kernel modules to load at boot time
  90. modules_load="via-rhine"