Debian Unstable: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== | ==Installing Sid== | ||
* Acquire the [http://www.debian.org/devel/debian-installer/ daily businesscard ISO]. | |||
** These won't work from time to time, especially when base packages are being upgraded (the installer will expect a version which is no longer available) | |||
* Prepare external firmware, if necessary | |||
* Boot the ISO, selecting an Expert install | |||
==Post-install== | |||
* Install <tt>sudo</tt>. Edit <tt>/etc/sudoers</tt> (using <tt>visudo</tt>) to allow the sudo group to run all commands without a password: | * Install <tt>sudo</tt>. Edit <tt>/etc/sudoers</tt> (using <tt>visudo</tt>) to allow the sudo group to run all commands without a password: | ||
<code>%sudo ALL=(ALL:ALL) NOPASSWD:ALL</code> | <code>%sudo ALL=(ALL:ALL) NOPASSWD:ALL</code> | ||