Rename data/ to stuff/

This commit is contained in:
sin 2013-09-16 19:43:29 +01:00
parent 252097a813
commit e2041645e5
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mount $partition /mnt || exit 1
fakeroot cp -dar root/* /mnt
extlinux --install /mnt/boot || exit 1
dd if=data/mbr.bin of=$lodev conv=notrunc bs=440 count=1
dd if=stuff/mbr.bin of=$lodev conv=notrunc bs=440 count=1
sync
umount /mnt