Show gdisk output when printing partition tables

This commit is contained in:
Georges Dupéron 2018-07-15 03:42:26 +02:00
parent b15dc2d597
commit 58cf74d7a3

View File

@ -292,7 +292,7 @@ build/os.fdisk: ${os_filename} build/check_makefile
# * Recovery and transformation options # * Recovery and transformation options
# * print prOtective MBR table # * print prOtective MBR table
# * Quit # * Quit
printf 'p\nr\no\nq\n' | gdisk $< > $@ printf 'p\nr\no\nq\n' | gdisk $< | tee $@
build/os.offsets: ${offset_names:%=build/offsets/%.hex} build/check_makefile build/os.offsets: ${offset_names:%=build/offsets/%.hex} build/check_makefile
grep '^' ${offset_names:%=build/offsets/%.hex} | sed -e 's/:/: 0x/' > $@ grep '^' ${offset_names:%=build/offsets/%.hex} | sed -e 's/:/: 0x/' > $@