mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	[extfs] add standalone ext2/ext3 formatting
* Only enabled when Advanced format options are shown * Also enable reading of extfs volume label * Also improve GRUB lookup fallback * Also fix possible truncation when sanitizing labels * Also write a zeroed MBR when non-bootable is selected
This commit is contained in:
		
							parent
							
								
									a696e041e1
								
							
						
					
					
						commit
						2ff6da49f0
					
				
					 12 changed files with 691 additions and 54 deletions
				
			
		|  | @ -460,8 +460,8 @@ t MSG_224 "Clearing MBR/PBR/GPT structures..." | |||
| t MSG_225 "Requesting disk access..." | ||||
| t MSG_226 "Analyzing existing boot records..." | ||||
| t MSG_227 "Closing existing volume..." | ||||
| t MSG_228 "Writing master boot record..." | ||||
| t MSG_229 "Writing partition boot record..." | ||||
| t MSG_228 "Writing Master Boot Record..." | ||||
| t MSG_229 "Writing Partition Boot Record..." | ||||
| t MSG_230 "Copying DOS files..." | ||||
| t MSG_231 "Copying ISO files..." | ||||
| t MSG_232 "Win7 EFI boot setup (This may take a while)..." | ||||
|  | @ -2714,8 +2714,8 @@ t MSG_224 "Čistim MBR/PBR/GPT strukture..." | |||
| t MSG_225 "Zahtijevam pristup disku..." | ||||
| t MSG_226 "Analiziram postojeće boot zapise..." | ||||
| t MSG_227 "Zatvaram postojeću jedinicu..." | ||||
| t MSG_228 "Zapisujem master boot record..." | ||||
| t MSG_229 "Zapisujem partition boot record..." | ||||
| t MSG_228 "Zapisujem Master Boot Record..." | ||||
| t MSG_229 "Zapisujem Partition Boot Record..." | ||||
| t MSG_230 "Kopiram DOS datoteke..." | ||||
| t MSG_231 "Kopiram ISO datoteku..." | ||||
| t MSG_232 "Win7 EFI boot setup..." | ||||
|  | @ -3425,8 +3425,8 @@ t MSG_224 "Nulstiller MBR/PBR/GPT-strukturer..." | |||
| t MSG_225 "Anmoder om disk tilgang..." | ||||
| t MSG_226 "Analyserer eksisterende boot records..." | ||||
| t MSG_227 "Lukker eksisterende volume..." | ||||
| t MSG_228 "Skriver master boot record..." | ||||
| t MSG_229 "Skriver partition boot record..." | ||||
| t MSG_228 "Skriver Master Boot Record..." | ||||
| t MSG_229 "Skriver Partition Boot Record..." | ||||
| t MSG_230 "Kopierer DOS-filer..." | ||||
| t MSG_231 "Kopierer ISO-filer..." | ||||
| t MSG_232 "Win7 EFI boot setup (dette kan tage noget tid)..." | ||||
|  | @ -3781,8 +3781,8 @@ t MSG_224 "MBR/PBR/GPT-structuren wissen..." | |||
| t MSG_225 "Schijftoegang aanvragen..." | ||||
| t MSG_226 "Bestaande boot-records analyseren..." | ||||
| t MSG_227 "Bestaand volume afsluiten..." | ||||
| t MSG_228 "Master boot record schrijven..." | ||||
| t MSG_229 "Partitie-boot-record schrijven..." | ||||
| t MSG_228 "Master Boot Record schrijven..." | ||||
| t MSG_229 "Partitie Boot Record schrijven..." | ||||
| t MSG_230 "DOS-bestanden kopiëren..." | ||||
| t MSG_231 "ISO-bestanden kopiëren..." | ||||
| t MSG_232 "Win7 EFI boot-setup (dit kan een tijdje duren)..." | ||||
|  | @ -4142,8 +4142,8 @@ t MSG_224 "Selvitetään MBR/PBR/GPT -rakenteita..." | |||
| t MSG_225 "Pyydetään pääsyä levylle..." | ||||
| t MSG_226 "Analysoidaan löytyviä käynnistyslistauksia..." | ||||
| t MSG_227 "Suljetaan olemassaolevaa asemaa..." | ||||
| t MSG_228 "Kirjoitetaan master boot record..." | ||||
| t MSG_229 "Kirjoitetaan partition boot record..." | ||||
| t MSG_228 "Kirjoitetaan Master Boot Record..." | ||||
| t MSG_229 "Kirjoitetaan Partition Boot Record..." | ||||
| t MSG_230 "Kopioidaan DOS-tiedostoja..." | ||||
| t MSG_231 "Kopioidaan ISO-tiedostoja..." | ||||
| t MSG_232 "Win7 EFI -käynnistysasetus (tämä voi viedä hetken)..." | ||||
|  | @ -6284,7 +6284,7 @@ t MSG_224 "Membersihkan struktur MBR/PBR/GPT..." | |||
| t MSG_225 "Meminta akses disk..." | ||||
| t MSG_226 "Menganalisa boot records yang ada..." | ||||
| t MSG_227 "Menutup volume yang ada..." | ||||
| t MSG_228 "Menulis master boot record..." | ||||
| t MSG_228 "Menulis Master Boot Record..." | ||||
| t MSG_229 "Menulis boot record partisi..." | ||||
| t MSG_230 "Menyalin berkas DOS..." | ||||
| t MSG_231 "Menyalin berkas ISO..." | ||||
|  | @ -6635,7 +6635,7 @@ t MSG_224 "Azzeramento struttura MBR/PBR/GPT..." | |||
| t MSG_225 "Richiesta accesso disco..." | ||||
| t MSG_226 "Analisi dati avvio..." | ||||
| t MSG_227 "Chiusura volume esistente..." | ||||
| t MSG_228 "Scrittura master boot record..." | ||||
| t MSG_228 "Scrittura Master Boot Record..." | ||||
| t MSG_229 "Scrittura partizione di avvio..." | ||||
| t MSG_230 "Copia file DOS..." | ||||
| t MSG_231 "Copia file immagine ISO..." | ||||
|  | @ -9520,8 +9520,8 @@ t MSG_224 "Czyszczenie struktur MBR/PBR/GPT..." | |||
| t MSG_225 "Żądanie dostępu do dysku..." | ||||
| t MSG_226 "Analizowanie istniejących boot sektorów..." | ||||
| t MSG_227 "Zamykanie istniejącego woluminu..." | ||||
| t MSG_228 "Zapisywanie master boot record..." | ||||
| t MSG_229 "Zapisywanie partition boot record..." | ||||
| t MSG_228 "Zapisywanie Master Boot Record..." | ||||
| t MSG_229 "Zapisywanie Partition Boot Record..." | ||||
| t MSG_230 "Kopiowanie plików DOS..." | ||||
| t MSG_231 "Kopiowanie plików ISO..." | ||||
| t MSG_232 "Ustawianie bootowania Win7 EFI (to może chwilę potrwać)..." | ||||
|  | @ -10599,7 +10599,7 @@ t MSG_224 "Resetarea structurii MBR/PBR/GPT..." | |||
| t MSG_225 "Solicită accesul la disc..." | ||||
| t MSG_226 "Pornire analiza datelor..." | ||||
| t MSG_227 "Se închide volumul existent..." | ||||
| t MSG_228 "Se scrie master boot record..." | ||||
| t MSG_228 "Se scrie Master Boot Record..." | ||||
| t MSG_229 "Se scrie partiția de boot..." | ||||
| t MSG_230 "Se copiază fișierul DOS..." | ||||
| t MSG_231 "Se copiază imaginea ISO..." | ||||
|  | @ -13062,8 +13062,8 @@ t MSG_224 "กำลังจัดการโครงสร้าง MBR/PBR/ | |||
| t MSG_225 "กำลังเข้าถึงดิสก์..." | ||||
| t MSG_226 "กำลังวิเคราะห์ Boot Record..." | ||||
| t MSG_227 "กำลังปิดโวลุ่มปัจจุบัน..." | ||||
| t MSG_228 "กำลังเขียน master boot record..." | ||||
| t MSG_229 "กำลังเขียน partition boot record..." | ||||
| t MSG_228 "กำลังเขียน Master Boot Record..." | ||||
| t MSG_229 "กำลังเขียน Partition Boot Record..." | ||||
| t MSG_230 "กำลังคัดลอกไฟล์ DOS..." | ||||
| t MSG_231 "กำลังคัดลอกไฟล์ ISO..." | ||||
| t MSG_232 "Win7 EFI boot setup..." | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue