Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Commit

bootable/newinstaller


Commit MetaInfo

Révisiond68f8f8986dbd571185bae98a81f4038a179e384 (tree)
l'heure2020-03-13 12:42:08
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

Change Summary

Modification

--- a/initrd/init
+++ b/initrd/init
@@ -113,10 +113,10 @@ check_root()
113113 elif [ -e /mnt/$SRC/system.img ]; then
114114 remount_rw
115115 mount -o loop,noatime /mnt/$SRC/system.img system
116- elif [ -d /mnt/$SRC/system ]; then
116+ elif [ -s /mnt/$SRC/system/build.prop ]; then
117117 remount_rw
118118 mount --bind /mnt/$SRC/system system
119- elif [ -z "$SRC" -a -e /mnt/build.prop ]; then
119+ elif [ -z "$SRC" -a -s /mnt/build.prop ]; then
120120 mount --bind /mnt system
121121 else
122122 rm -rf *
Afficher sur ancien navigateur de dépôt.