Fixed 2 typos

This commit is contained in:
bauen1 2017-06-19 19:25:39 +02:00
parent faa36e15c8
commit ad1c8f90cc
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ COPY_SOURCE_ISO=true
# #
#OVERLAY_BUNDLES=glibc_full,links,dropbear,java,felix,mll_utils,lua,static_get,cf_cli #OVERLAY_BUNDLES=glibc_full,links,dropbear,java,felix,mll_utils,lua,static_get,cf_cli
#OVERLAY_BUNDLES=cf_cli #OVERLAY_BUNDLES=cf_cli
OVERLY_BUNDLES=nweb OVERLAY_BUNDLES=nweb
# This property enables the standard penguin boot logo in the upper left corner # This property enables the standard penguin boot logo in the upper left corner
# of the screen. The property is used in 'xx_build_kernel.sh'. The default value # of the screen. The property is used in 'xx_build_kernel.sh'. The default value

View File

@ -30,7 +30,7 @@ install -d -m755 "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/srv/www" # FHS c
install -m644 "$SRC_DIR/index.html" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/srv/www/index.html" install -m644 "$SRC_DIR/index.html" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/srv/www/index.html"
install -m644 "$SRC_DIR/favicon.ico" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/srv/www/favicon.ico" install -m644 "$SRC_DIR/favicon.ico" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/srv/www/favicon.ico"
install -d -m755 "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/etc" install -d -m755 "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/etc"
install -m755 "$SRC_DIR/nweb.sh" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/etc/nweb.sh" install -m755 "$SRC_DIR/nweb.sh" "$MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/etc/autorun/90_nweb.sh"
echo "nweb has been installed." echo "nweb has been installed."
echo "it will be autostarted on boot" echo "it will be autostarted on boot"