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 | |
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
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | config-DEFAULTS | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -19,8 +19,6 @@ + Generate yaird initramfs. + Reset root password. + Generate SSH host keys (if SSH server installed). - * Fix /dev in chroot not properly unmounted with udev-based host. - (fixed in sid) * Avoid mkinitrd probing root dev (not requiring USBstick plugged in). * Always unmount even if failures oocur (some shell woodoo...) * For flashybrid relying on NFS: Include and load these in initrd: @@ -28,12 +26,10 @@ lockd nfs_acl nfs - * Make sure network is up on boot. DGIH: * Hand-edit infoscreen routines: - * Add /etc/*/local-infoscreen and /usr/local/bin * Add dir /var/lib/infoscreen * mksshauth infoscreen@lager * Accept lager as host (in /root/.ssh/known_hosts ) 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" |