[[PageOutline]] [[TitleIndex(TipAndDoc/Linux/Debian,format=group)]] * [http://www.debian.org/releases/squeeze/releasenotes Debian 6.0 -- リリースノート] * [http://www.debian.org/distrib/netinst インターネット経由の Debian GNU/Linux のインストール] * [http://www.debian.or.jp/using/mirror.html Debian JP Project - ミラーサイトについて] * [http://www.debian.org/releases/stable/amd64/apb.html.ja 付録 B. preseed を利用したインストールの自動化] * [https://help.ubuntu.com/10.04/installation-guide/i386/preseed-contents.html Contents of the preconfiguration file (for lucid)] = Install Squeeze = * smallest install (with SSH server) * $ df -h {{{ Filesystem Size Used Avail Use% Mounted on /dev/sda1 19G 547M 18G 3% / tmpfs 506M 0 506M 0% /lib/init/rw udev 501M 132K 501M 1% /dev tmpfs 506M 0 506M 0% /dev/shm }}} == X without hardware monitor == * 「Graphical deskrtop environment」でインストールするとXが導入されるが、(少なくともNVIDIAのGPUが載っている環境で)モニタを繋がずに使おうとすると、Xが正常に起動せず無限に再起動する {{{ Feb 15 16:01:35 vm-host gdm3[1541]: WARNING: GdmDisplay: display lasted 0.473466 seconds Feb 15 16:01:35 vm-host acpid: client 1702[0:0] has disconnected Feb 15 16:01:35 vm-host acpid: client connected from 1715[0:0] Feb 15 16:01:35 vm-host acpid: 1 client rule loaded Feb 15 16:01:35 vm-host gdm3[1541]: WARNING: GdmDisplay: display lasted 0.477113 seconds Feb 15 16:01:35 vm-host acpid: client 1715[0:0] has disconnected Feb 15 16:01:35 vm-host acpid: client connected from 1964[0:0] Feb 15 16:01:35 vm-host acpid: 1 client rule loaded (以下略) }}} * attachment:Xorg.0.log == additional packages == * bash-completion less screen sudo vim * perl python * apt-spy * $ sudo apt-spy -s jp -d stable * [http://www.debian.or.jp/using/mirror.html#nearestmirror Debian JP Project - ミラーサイトについて] * apt-file * bash-completion dnsutils firmware-linux-free host htop less locate lsof ntp screen sysv-rc-conf telnet unzip vim == backports == * see also wiki:TipAndDoc/pms#packagemanagementsystem * http://backports-master.debian.org/Instructions/ > === Add backports to your sources.list === > 1. Add this line to your sources.list (or add a new file to /etc/apt/sources.list.d/) > {{{ > deb http://backports.debian.org/debian-backports squeeze-backports main > }}} > 2. Run apt-get update > === Install a package from backports === > {{{ > apt-get -t squeeze-backports install "package" > }}} > {{{ > aptitude -t squeeze-backports install "package" > }}} * http://backports-master.debian.org/Mirrors/ * /etc/apt/sources.list.d/backports.list {{{ deb http://ftp.jp.debian.org/debian-backports squeeze-backports main contrib non-free }}} == T23 2647-5JJ == * see [../../Hardware#T232647-5JJ] * BIOSからLegacy Floppyをdisableにしないと認識に失敗してか、disk accessランプが付いたまま停止する * ps on busybox {{{ D mount /dev/fd0 -tauto /media }}} * Wifi -> Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller rev2 * インストール途中に、以下のような要求が出る。 {{{ Some of your hardware needs non-free firmware files to operate. (snip) The missing firmware files are: b43/ucode5.fw b43-open/ucode5.fw (snip) }}} * [http://ubuntuforums.org/showthread.php?t=759100 ucode5.fw missing error - SOLVED - Ubuntu Forums] * [http://www.linuxwireless.org/en/users/Drivers/b43 b43 - Linux Wireless]