Install Debian on CF
November 16th, 2006
Powered by Max Banner Ads
dmesg # look for your CF part, mine is hde
cfdisk /dev/hdx #delete all, make a partition, set bootable, write, exit
mkfs.ext3 /dev/hdx1
mkdir /mnt/cf
mount /dev/hdx1 /mnt/cf
debootstrap sarge /mnt/cf # edit /usr/lib/debootstrap/scripts/sarge
# to remove unwanted packages, like man
# cdebootstrap also exists in testing
sync
du -sh /mnt/cf
