diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 21:25:51 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 21:25:51 +0000 |
commit | 44f5f2ad7c86e1c226cbb0f7ff58ddc84ed6c666 (patch) | |
tree | 5d69a698dc7943e1d99eb70d628865860c47ce0e /config-DEFAULTS | |
parent | 37e2e5b0390ecffc2570db91edf3775da8ee513e (diff) |
Install netbase (not just ifupdown) - this solves network on boot. Remove more solved TODOs.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@12 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'config-DEFAULTS')
-rw-r--r-- | config-DEFAULTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-DEFAULTS b/config-DEFAULTS index ae8a955..2ce19d6 100644 --- a/config-DEFAULTS +++ b/config-DEFAULTS @@ -91,7 +91,7 @@ modules_install="usb-storage sd_mod scsi_mod uhci uhci-hcd ehci-hcd usbcore" aptitude_install_boot="memtest86+ udev usbutils resolvconf module-init-tools" # Stuff semi-required for networking -aptitude_install_net="openssh-client openssh-server syslog-ng ifupdown" +aptitude_install_net="openssh-client openssh-server syslog-ng netbase" # Admin helper apps (mime-support is needed to read gzip'ed files through mc) #aptitude_install_admin="mc mime-support file" |