Debootstrap on your nas

From NAS-2000.org

Jump to: navigation, search

Contents

[edit] create dir

mkdir -p /mnt/IDE1/bootstrap/
cd /mnt/IDE1/bootstrap/

[edit] copy the necessary files

you will need the content from this files on /mnt/IDE1/bootstrap/:

[edit] chroot to /mnt/IDE1/bootstrap

/mnt/IDE1/bootstrap/bin/busybox chroot /mnt/IDE1/bootstrap /bin/busybox sh

[edit] mount proc

mkdir /proc
mount proc /proc -t proc

[edit] debootstrap

debootstrap sarge /arm-sarge

[edit] things afer debootstrap

  1. exit the chroot
    exit
  2. umount proc
    umount /mnt/IDE1/bootstrap/proc
    
[[Category:HowTo]]
Personal tools