diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-18 09:10:33 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-18 09:10:33 +0000 |
commit | 83b5520428bfe9d652f6009ad0d310d43727def2 (patch) | |
tree | c91253cdc311b5504b89d820830a712fcb160ab0 /config-homebase | |
parent | d4262469b012eef7c019c31bf84a63dbab874aa4 (diff) |
Homebase config adjustments: Use etch (too problematic with sarge and recent kernels). Use flashybrid, but only the ramdisk, no disk split. Use addons boot net admin acpi and disk. Install yaird.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@33 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'config-homebase')
-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" |