User Tools

Site Tools


haborg:debinstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haborg:debinstall [2013/09/10 09:36] roothaborg:debinstall [2020/11/27 15:04] (current) – removed root
Line 1: Line 1:
- 
-====== Debian for Háborg Install guide ====== 
- 
-Format CF card then install debian base system. 
- 
-<code>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</code> 
- 
-Chroot on the target OS 
- 
-<code>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</code> 
- 
-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 
- 
-<code>T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt102</code> 
- 
-===== Grub Reconfiguration ===== 
- 
-<code>GRUB_CMDLINE_LINUX="console=tty1 console=ttyS0,115200n8" 
-GRUB_TERMINAL="serial" 
-GRUB_SERIAL_COMMAND="serial --port=0xf1c0 --speed=115200 --word=8 --parity=no --stop=1"</code> 
  
haborg/debinstall.1378798573.txt.gz · Last modified: 2013/09/10 09:36 by root

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki