Fixed 2 typos
This commit is contained in:
parent
faa36e15c8
commit
ad1c8f90cc
@ -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=cf_cli
|
||||
OVERLY_BUNDLES=nweb
|
||||
OVERLAY_BUNDLES=nweb
|
||||
|
||||
# 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
|
||||
|
@ -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/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 -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 "it will be autostarted on boot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user