diff options
-rwxr-xr-x | scripts/create.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh index a212eede0..fa12b4314 100755 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -362,9 +362,13 @@ for a in usr/lib/grub/*-pc/{*.mod,efiemu??.o,command.lst,moddep.lst,fs.lst,handl [[ -e $a ]] && grubfiles[ngrubfiles++]=$a done cp "${grubfiles[@]}" boot/grub/ + +genext2fs -q -b 524286 -d $T ${tgt}.new + (( quiet )) || print Finishing up... cd "$TOPDIR" -umount "$T" + +dd if=${tgt}.new of=$tgt seek=64K (( quiet )) || print "\nNote: the rootfs UUID is: $partuuid" |