Commit b22026c6 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

runlevel 99 -> 89

parent c5875bb4
...@@ -5,6 +5,9 @@ rsync -av \ ...@@ -5,6 +5,9 @@ rsync -av \
--exclude '.python-history*' \ --exclude '.python-history*' \
--exclude 'etc/udev-cache.tar.gz' \ --exclude 'etc/udev-cache.tar.gz' \
--exclude 'etc/udev' \ --exclude 'etc/udev' \
--exclude 'etc/volatile.cache' \
--exclude '' \
--exclude '' \
--exclude 'media' \ --exclude 'media' \
--exclude 'mnt' \ --exclude 'mnt' \
--exclude 'run' \ --exclude 'run' \
......
...@@ -21,7 +21,7 @@ SRC_URI = "file://overlay_sync \ ...@@ -21,7 +21,7 @@ SRC_URI = "file://overlay_sync \
S = "${WORKDIR}/" S = "${WORKDIR}/"
INITSCRIPT_NAME = "overlay_syncd" INITSCRIPT_NAME = "overlay_syncd"
INITSCRIPT_PARAMS = "start 99 2 3 4 5 . stop 99 0 1 6 ." INITSCRIPT_PARAMS = "start 89 2 3 4 5 . stop 89 0 1 6 ."
FILES_${PN} = "\ FILES_${PN} = "\
/etc/* \ /etc/* \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment