From 4570c2e937d24531c55ff1d0f37cb20ee3074d95 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 3 Oct 2013 09:42:44 -0700 Subject: dev-manual: Changed "$" to "#" for runtime packaging section This fixes the prompt to be "#" rather than "$", which is a convention for running commands at a different level according to Trevor Woerner. (From yocto-docs rev: b8eebdf4738c8655db724498a2293a44cae331dc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1f49cb24f4..ff4bbcd3ea 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3844,15 +3844,15 @@ If your development system is using Fedora or CentOS, use the following: - $ service httpd reload + # service httpd reload For Ubuntu and Debian, use the following: - $ /etc/init.d/apache2 reload + # /etc/init.d/apache2 reload For OpenSUSE, use the following: - $ /etc/init.d/apache2 reload + # /etc/init.d/apache2 reload If you are using Security-Enhanced Linux @@ -3862,7 +3862,7 @@ host. This example assumes RPM package types: - $ chcon -R -h -t httpd_sys_content_t tmp/deploy/rpm + # chcon -R -h -t httpd_sys_content_t tmp/deploy/rpm @@ -3890,7 +3890,7 @@ then you might create a link from your build location to lighttpd's document-root as follows: - $ ln -s $(PWD)/tmp/deploy/ipk /var/www/lighttpd/BOARD-dir + # ln -s $(PWD)/tmp/deploy/ipk /var/www/lighttpd/BOARD-dir @@ -3900,7 +3900,7 @@ distribution. However, one basic method that starts it by hand is: - $ lighttpd -f /etc/lighttpd/lighttpd.conf + # lighttpd -f /etc/lighttpd/lighttpd.conf @@ -3936,14 +3936,14 @@ Given this example, issue the following commands on the target: - $ smart channel --add all type=rpm-md baseurl=http://server.name/rpm/all - $ smart channel --add i585 type=rpm-md baseurl=http://server.name/rpm/i586 - $ smart channel --add qemux86 type=rpm-md baseurl=http://server.name/rpm/qemux86 + # smart channel --add all type=rpm-md baseurl=http://server.name/rpm/all + # smart channel --add i585 type=rpm-md baseurl=http://server.name/rpm/i586 + # smart channel --add qemux86 type=rpm-md baseurl=http://server.name/rpm/qemux86 Also from the target machine, fetch the repository information using this command: - $ smart update + # smart update You can now use the smart query and smart install commands to @@ -4017,7 +4017,7 @@ On the target machine, fetch (or refresh) the repository information using this command: - $ opkg update + # opkg update You can now use the opkg list and opkg install commands to find and -- cgit v1.2.3-54-g00ecf