### minimal debian wheezy bootstrap for buffalo linkstation ls-chlv2 and ls-xhl ### 2013-05-15 # package changes +openssh-server +bash-completion +locales +ntp +fake-hwclock +bootlogd +smartmontools +hdparm +less +ca-certificates # file changes kernel package linux-image-3.9.2-fjen-1-lschlv2 installed /etc/apt/apt.conf removed apt suggested install /etc/bash.bashrc enabled bash-completion /etc/fstab configured mountpoints /etc/network/interfaces configured network interfaces to dhcp /etc/init.d/lsmonitor added lsmonitor initscript /etc/fw_env.config added fw_printenv settings /etc/inittab removed gettys /etc/default/rcS enabled fsckfix # install -backup your installation -partition harddrive with gpt layout --sda1 boot ext3 128MB --sda2 root ext4 >1GB -extract archive to / and /boot FOR LSXHL: Replace /boot/uImage.buffalo.3.9.2-fjen-1 with the lsxhl one. Device gets IP through DHCP. root pw: toor ssh port: 22 # postinstall dpkg-reconfigure locales dpkg-reconfigure tzdata rm /etc/ssh/ssh_host_* && dpkg-reconfigure openssh-server apt-get update