diff options
-rw-r--r-- | config-homebase | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config-homebase b/config-homebase index 18a4e4a..da593c9 100644 --- a/config-homebase +++ b/config-homebase @@ -5,7 +5,7 @@ hostname="tomos" domainname="homebase.dk" #hostdefaultip="192.168.133.133" -suite="sarge" +suite="etch" # Suppress non-existing sid security updates aptsources="base" @@ -39,11 +39,14 @@ bootloaders="GRUB" # Uncomment one or more of these # (DFSBUILD, MKINITRD_CD and MKINITRD_NETBOOT not yet implemented) -FLASHYBRID="no" +FLASHYBRID="yes" #DFSBUILD="yes" #MKINITRD_CD="yes" #MKINITRD_NETBOOT="yes" +# Keep all stored files locally, even when using flashybrid +flashybrid_diskstore="" + # Set this empty to avoid dhcp client altogether DHCPCLIENT="dhcp3" #DHCPCLIENT="udhcpc" @@ -96,9 +99,10 @@ aptitude_kernel_install="linux-image-${kernel_majorver}-${kernel_subarch}" aptsources="$aptsources jones" aptsource_jones_components="kernels boot voip mediastreaming" -#addons="boot net admin x11phonehome" +addons="boot net admin acpi disk" -#aptitude_install_custom="pwc-modules-${kernel_name} spca5xx-modules-${kernel_name}" +# We want from a booted stick to be able to generate a yaird initrd for booting on firewire +aptitude_install_custom="yaird" # Kernel modules to load at boot time modules_load="8139too" |