r16972 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16971‎ | r16972 | r16973 >
Date:13:29, 12 October 2006
Author:mark
Status:old
Tags:
Comment:
Install openssh-server just to be sure
Modified paths:
  • /trunk/ubuntu/autoinstall/common.cfg (modified) (history)

Diff [purge]

Index: trunk/ubuntu/autoinstall/common.cfg
@@ -30,4 +30,4 @@
3131 d-i preseed/early_command string echo d-i netcfg/get_ipaddress string $(ifconfig | grep "inet addr" | cut -d ' ' -f 12 | sed 's/addr://' | grep -v 127\.0\.0\.1) > /tmp/static_net.cfg && debconf-set-selections /tmp/static_net.cfg && killall.sh; netcfg; true
3232
3333 # Individual additional packages to install
34 -d-i preseed/late_command string apt-install wikimedia-base; mkdir /target/root/.ssh && wget -O /target/root/.ssh/authorized_keys http://apt.wikimedia.org/autoinstall/ssh/authorized_keys && chmod go-rwx /target/root/.ssh/authorized_keys; rm -f /usr/lib/prebaseconfig.d/90console && sed -i -e "s/^#T0:/T0:/" /target/etc/inittab; chroot /target /bin/sh -c 'echo -e \\n$(cat /etc/issue.net) auto-installed on $(date). > /etc/motd'
 34+d-i preseed/late_command string apt-install wikimedia-base openssh-server; mkdir /target/root/.ssh && wget -O /target/root/.ssh/authorized_keys http://apt.wikimedia.org/autoinstall/ssh/authorized_keys && chmod go-rwx /target/root/.ssh/authorized_keys; rm -f /usr/lib/prebaseconfig.d/90console && sed -i -e "s/^#T0:/T0:/" /target/etc/inittab; chroot /target /bin/sh -c 'echo -e \\n$(cat /etc/issue.net) auto-installed on $(date). > /etc/motd'