From bab9a671ef275098b1aa44a26094ea0d9dff3131 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 18 Feb 2012 00:39:08 +0100 Subject: [PATCH] pkgin_cd clarification in motd --- etc/motd | 14 ++++++++++---- etc/motd.install | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/etc/motd b/etc/motd index 8ef9c34b4..fac605965 100755 --- a/etc/motd +++ b/etc/motd @@ -1,8 +1,14 @@ -To install additional packages, run 'pkgin'. First do a 'pkgin update' -to update the list of available packages, and then do a 'pkgin' to get -a list of commands. For example, 'pkgin install vim' installs the -'vim' package, and 'pkgin available' will list all available packages. +To install additional packages, run 'pkgin'. + +To install packages from the online package repository, if you have a +working network connection from MINIX: first do a 'pkgin update' to +update the list of available packages, and then do a 'pkgin' to get a +list of commands. For example, 'pkgin install vim' installs the 'vim' +package, and 'pkgin available' will list all available packages. + +To install packages from the installation CD: same, but use pkgin_cd. +To switch to the online repository, do 'pkgin update' again. MINIX 3 supports multiple virtual terminals. Just use ALT+F1, F2, F3 and F4 to navigate among them. diff --git a/etc/motd.install b/etc/motd.install index 8ef9c34b4..fac605965 100755 --- a/etc/motd.install +++ b/etc/motd.install @@ -1,8 +1,14 @@ -To install additional packages, run 'pkgin'. First do a 'pkgin update' -to update the list of available packages, and then do a 'pkgin' to get -a list of commands. For example, 'pkgin install vim' installs the -'vim' package, and 'pkgin available' will list all available packages. +To install additional packages, run 'pkgin'. + +To install packages from the online package repository, if you have a +working network connection from MINIX: first do a 'pkgin update' to +update the list of available packages, and then do a 'pkgin' to get a +list of commands. For example, 'pkgin install vim' installs the 'vim' +package, and 'pkgin available' will list all available packages. + +To install packages from the installation CD: same, but use pkgin_cd. +To switch to the online repository, do 'pkgin update' again. MINIX 3 supports multiple virtual terminals. Just use ALT+F1, F2, F3 and F4 to navigate among them. -- 2.44.0