Skip to content

Commit

Permalink
Fix mount mistake of .sysconfig on userdata
Browse files Browse the repository at this point in the history
- This fixs commit 0476282
  • Loading branch information
J1nx authored and C-Prime90 committed Mar 8, 2014
1 parent 4b907d8 commit ff4151d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/amlogic/M1_M3/overlay/etc/init.d/S10setup
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ if [ "X$1" = "Xstart" ]; then
echo -n "Creating NetworkManager .sysconfig folder... "
mkdir -p /root/.sysconfig/NetworkManager
cp -a /etc/NetworkManager/* /root/.sysconfig/NetworkManager/
mount -o bind /root/.sysconfig/NetworkManager /etc/NetworkManager
fi
mount -o bind /root/.sysconfig/NetworkManager /etc/NetworkManager

# Boot with performance, then switch to ondemand (kernel bug)
CPU=/sys/devices/system/cpu/cpu0/cpufreq
Expand Down
2 changes: 1 addition & 1 deletion board/amlogic/M6_MX/overlay/etc/init.d/S10setup
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ if [ "X$1" = "Xstart" ]; then
echo -n "Creating NetworkManager .sysconfig folder... "
mkdir -p /root/.sysconfig/NetworkManager
cp -a /etc/NetworkManager/* /root/.sysconfig/NetworkManager/
mount -o bind /root/.sysconfig/NetworkManager /etc/NetworkManager
fi
mount -o bind /root/.sysconfig/NetworkManager /etc/NetworkManager

# Boot with performance, then switch to ondemand (kernel bug)
CPU=/sys/devices/system/cpu
Expand Down

0 comments on commit ff4151d

Please sign in to comment.