diff options
-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" |