More cpio features

This commit is contained in:
topjohnwu
2017-03-10 04:08:17 +08:00
parent 1e3bcfc8cd
commit 3f3568d8af
11 changed files with 578 additions and 77 deletions

View File

@ -13,7 +13,7 @@ void unpack(const char* image) {
mmap_ro(image, &orig, &size);
// Parse image
printf("\nParsing boot image: [%s]\n\n", image);
printf("Parsing boot image: [%s]\n\n", image);
parse_img(orig, size);
if (boot_type == CHROMEOS) {