haborg:debinstall
This is an old revision of the document!
Debian for Háborg Install guide
Format CF card then install debian base system.
fdisk /dev/sdb mkfs.ext2 /dev/sdb1 mkdir /mnt/cf mount /dev/sdb1 /mnt/cf debootstrap --arch i386 wheezy /mnt/cf http://ftp.fr.debian.org/debian
Chroot on the target OS
mount -t proc none /mnt/cf/proc mount -t sysfs none /mnt/cf/sys mount -o bind /dev /mnt/cf/dev/ LC_ALL=C chroot /mnt/cf /bin/bash mount devpts /dev/pts -t devpts
Add noatime to every FS in /etc/fstab to reduce CF card wear level.
Disables the internal getty instances in /etc/inittab and replace it by
T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt102
Grub Reconfiguration
GRUB_CMDLINE_LINUX="console=tty1 console=ttyS0,115200n8" GRUB_TERMINAL="serial" GRUB_SERIAL_COMMAND="serial --speed=115200 --word=8 --parity=no --stop=1"
haborg/debinstall.1378798618.txt.gz · Last modified: 2013/09/10 09:36 by root