X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fnew-machine.creole;h=86866527b228ffa17e4fae6f8bc2c1297aff84e5;hb=7ddb2ea65c107e17008bfb5529f167fe977bf6c1;hp=0de657ba22213d79a6a407e062cf1f8d82e61bb7;hpb=47d51fdb72c02104e4658cce58d411baabb069e1;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 0de657b..8686652 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -2,8 +2,6 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. We should probably update/rework some parts. -** Warning: This procedure has not been tested since being moved to the wiki. Beware. ** - * install ssh if it isn't there already {{{ apt-get install ssh @@ -19,10 +17,15 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. make sure there is _no_ locale defined in /etc/environment and /etc/default/locale +{{{ + echo "" > /etc/environment + echo "" > /etc/default/locale +}}} + * make debconf the same on every host: - dialog, - high {{{ -echo "debconf debconf/priority select high" | debconf-set-selections -echo "debconf debconf/frontend select Dialog" | debconf-set-selections + echo "debconf debconf/priority select high" | debconf-set-selections + echo "debconf debconf/frontend select Dialog" | debconf-set-selections }}} * add db.d.o to sources.list: