Archlinux: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''Archlinux''' is used on VTP boards. To install packages, on any vtp board do following: su export http_proxy=http://jprox:8082 export https_proxy=http://jprox:8082 mkdir..." |
No edit summary |
||
Line 3: | Line 3: | ||
To install packages, on any vtp board do following: | To install packages, on any vtp board do following: | ||
su | su | ||
export http_proxy=http://jprox:8082 | export http_proxy=http://jprox:8082 | ||
export https_proxy=http://jprox:8082 | export https_proxy=http://jprox:8082 | ||
mkdir /mnt/mount | mkdir /mnt/mount | ||
mount -o bind /misc/diskless/ArchLinux/armv7-devel/root /mnt/mount | mount -o bind /misc/diskless/ArchLinux/armv7-devel/root /mnt/mount | ||
pacstrap /mnt/mount <package> | pacstrap /mnt/mount <package> |
Revision as of 10:48, 8 September 2016
Archlinux is used on VTP boards.
To install packages, on any vtp board do following:
su export http_proxy=http://jprox:8082 export https_proxy=http://jprox:8082 mkdir /mnt/mount mount -o bind /misc/diskless/ArchLinux/armv7-devel/root /mnt/mount pacstrap /mnt/mount <package>