Changeset e2625b1a in mainline


Ignore:
Timestamp:
2018-08-21T10:51:26Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
205f1add, 231b3fd, bd41ac52
Parents:
f34d2be
git-author:
Jiri Svoboda <jiri@…> (2018-08-20 17:51:22)
git-committer:
Jiri Svoboda <jiri@…> (2018-08-21 10:51:26)
Message:

Installer nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinst/sysinst.c

    rf34d2be re2625b1a  
    11/*
    2  * Copyright (c) 2014 Jiri Svoboda
     2 * Copyright (c) 2018 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4646#include <str.h>
    4747#include <str_error.h>
    48 #include <task.h>
    4948#include <vfs/vfs.h>
    5049#include <vol.h>
     
    6867/** HelenOS live CD volume label */
    6968#define CD_VOL_LABEL "HelenOS-CD"
     69/** XXX Should get this from the volume server */
    7070#define CD_MOUNT_POINT "/vol/" CD_VOL_LABEL
    7171
     
    273273                return EIO;
    274274
    275         printf("sysinst_copy_boot_blocks: write boot block\n");
     275        printf("sysinst_copy_boot_blocks: write core blocks\n");
    276276        /* XXX Must pad last block with zeros */
    277277        rc = block_write_direct(sid, core_start, core_blocks, core_img);
Note: See TracChangeset for help on using the changeset viewer.