mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-23 22:59:02 +00:00
fix invalid directory
This commit is contained in:
parent
f97076c60c
commit
193695e02a
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ fi
|
||||||
END
|
END
|
||||||
|
|
||||||
# display welcome message at first root login
|
# display welcome message at first root login
|
||||||
touch $DEST/cache/mount/root/.not_logged_in_yet
|
touch $DEST/cache/sdcard/root/.not_logged_in_yet
|
||||||
|
|
||||||
# remove hostapd because it's replaced with ours
|
# remove hostapd because it's replaced with ours
|
||||||
chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove hostapd >/dev/null 2>&1"
|
chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove hostapd >/dev/null 2>&1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue