Add a non-root user user0 password "a"

This commit is contained in:
Ciro Santilli
2017-08-06 10:19:37 +01:00
parent 879001563a
commit b2459d07f5
4 changed files with 4 additions and 3 deletions

2
run
View File

@@ -29,10 +29,8 @@ case "$arch" in
;;
esac
# Otherwise compiled
cd kernel_module
./make-host.sh clean
cd ../buildroot
for p in $(find '../buildroot_patches/' -maxdepth 1 -name '*.patch' -print); do
patch -N -r - -p 1 <"$p" || :