Just looking for nLite like on Ubuntu/GNU Linux? Please follow my guide.
1. Booting from your ubuntu installation media.
2. Make a new ext3 partition via cfdisk and mkfs.ext3
3. Mount your partition under /mnt/Ubuntu_10.04
4. Copy hardy script to lucid
5. cd /mnt/Ubuntu_10.04
6. debootstrap –arch=i386 lucid .
7. mount proc proc/ -t proc
8. cp /etc/resolv.conf etc/resolv.conf
9. cp /etc/hosts etc/hosts
10. cp /etc/network/interfaces etc/network/interfaces
11. chroot /mnt/Ubuntu_10.04
12. Install the kernel apt-get install linux-image-generic
13. Fix the sources.list file
deb http://archive.ubuntu.com/ubuntu lucid main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid main restricted
deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid universe
deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
#backports
deb http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
#partner repos
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://us.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
14. Install language pack apt-get install language-pack-en-base
15. Reconfigure locale dpkg-reconfigure locales
16. apt-get clean
17. apt-get install grub
18. grub-install /dev/hda
19. update-grub
20. Exit the chroot
Thanks to CentraBiz Jember for Amazing Internet Connection…