Cette page vous affiche les différences entre la révision choisie et la version actuelle de la page.
|
en:robotics:computing:ubuntu_linux_install_script_using_debootstrap [2012/06/13 02:20] gdo |
en:robotics:computing:ubuntu_linux_install_script_using_debootstrap [2012/09/20 10:52] (Version actuelle) |
||
|---|---|---|---|
| Ligne 13: | Ligne 13: | ||
| == Downloads : == | == Downloads : == | ||
| - | * {{:robotics:computing:ubuntu_linux_install_script_using_debootstrap:make_distro.tar.gz|}} | + | * {{:make_distro.tar.gz|}} |
| * [[http://www.roboard.com/Files/RB-100/linux-image-2.6.34.10-vortex86-sg_1.2_i386.zip|Kernel from DMP]] | * [[http://www.roboard.com/Files/RB-100/linux-image-2.6.34.10-vortex86-sg_1.2_i386.zip|Kernel from DMP]] | ||
| - | |||
| ====== Dependencies ====== | ====== Dependencies ====== | ||
| Ligne 29: | Ligne 28: | ||
| Options: | Options: | ||
| -a <action> Action : install or uninstall. | -a <action> Action : install or uninstall. | ||
| + | -b <device> Target device | ||
| -h Display this help message | -h Display this help message | ||
| -d <path> Bootstrap path | -d <path> Bootstrap path | ||
| Ligne 42: | Ligne 42: | ||
| <code bash>ARCH=i386 | <code bash>ARCH=i386 | ||
| DEBIAN_DISTRO=ubuntu | DEBIAN_DISTRO=ubuntu | ||
| - | DEBIAN_VERSION=precise | + | DEBIAN_VERSION=precise</code> |
| - | TARGET_DEVICE=mmcblk0 | + | |
| - | PARTITION_DEVICE=${TARGET_DEVICE}p1</code> | + | |
| ====== Example ====== | ====== Example ====== | ||
| - | <code>sudo ./make_distro.sh -a install -p ubuntu-standard -o linux-image-2.6.34.10-vortex86-sg_1.2_i386.deb</code> | + | <code>sudo ./make_distro.sh -a install -p ubuntu-standard,linux-generic -o linux-image-2.6.34.10-vortex86-sg_1.2_i386.deb -b /dev/mmcblk0</code> |