From 47a7cf82b1d27d833712750f7802de051947dceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 8 Jul 2018 23:43:55 +0200 Subject: [PATCH] There seems to sometimes be an issue when creating the animation with the parallel build. Added more debug output, increased timeout. --- example-os/Makefile | 1 + utils/gui-wrapper.sh | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/example-os/Makefile b/example-os/Makefile index a7e45e4..26c12d2 100644 --- a/example-os/Makefile +++ b/example-os/Makefile @@ -118,6 +118,7 @@ $(os_filename): os.32k os.iso os.fat12 os.zip os.zip.adjusted ../deploy-screensh set -x; dd if=/dev/zero seek=$$(( $(gpt_mirror_end) - 1 )) bs=1 count=1 conv=notrunc of=$@ # patch the partition table printf "p\nd\nn\np\n1\n$$(( $(fat12_start) / $(sector_size) ))\n$$(( $(fat12_size_sectors) ))\nt\n01\na\n1\np\nw\nq\n" | fdisk $@ +# Thanks to https://wiki.gentoo.org/wiki/Hybrid_partition_table for showing that gdisk can be used to make a hybrid MBR / GPT. # gdisk commands: recovery, make hybrid, add GPT partition #1 to the hybrid MBR, don't put the EFI partition first, # partition type=0x01, bootable=Y, don't add extra partitions, print GPT, print MBR, write, proceed, quit. printf "r\nh\n1\nN\n01\nY\nN\np\no\nw\nY\nq\n" | gdisk $@ diff --git a/utils/gui-wrapper.sh b/utils/gui-wrapper.sh index ff4299a..db0ba0b 100755 --- a/utils/gui-wrapper.sh +++ b/utils/gui-wrapper.sh @@ -23,12 +23,14 @@ cat > "$twm_cfg" <