Revision 12321cb5

b/create
52 52

  
53 53
    # mount filesystems
54 54
    mount $root_dev $TMPDIR
55
    $MKDIR_P $TMPDIR/boot
55 56
    mount $boot_dev $TMPDIR/boot
56 57
    CLEANUP+=("umount $TMPDIR/boot")
57 58
    CLEANUP+=("umount $TMPDIR")

Also available in: Unified diff