|
nand install, installing other packages to usb drive September 01, 2010 04:50PM |
Registered: 15 years ago Posts: 74 |
|
Re: nand install, installing other packages to usb drive September 01, 2010 10:00PM |
Registered: 15 years ago Posts: 107 |
#!/bin/sh -e mountpoint -q /mnt/chroot || mount /mnt/chroot mount --bind /dev /mnt/chroot/dev mount --bind /proc /mnt/chroot/proc chroot /mnt/chroot umount /mnt/chroot/proc /mnt/chroot/dev /mnt/chroot
|
Re: nand install, installing other packages to usb drive September 14, 2010 02:59PM |
Registered: 15 years ago Posts: 74 |
|
Re: nand install, installing other packages to usb drive September 14, 2010 09:06PM |
Registered: 15 years ago Posts: 107 |