Changeset 277 for trunk


Ignore:
Timestamp:
Jul 26, 2017, 1:31:46 PM (7 years ago)
Author:
max@…
Message:

sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r262 r277  
    212212# Rule to make a recursive list of the virtual disk content.
    213213list:
    214         mdir -/ -w -i $(DISK_IMAGE) ::/
     214        mdir -/ -b -i $(DISK_IMAGE) ::/
    215215
    216216# Rule to make a file system check for the virtual disk.
     
    243243        mmd                     -o -i $(DISK_IMAGE) ::/bin         || true
    244244        mmd                     -o -i $(DISK_IMAGE) ::/bin/kernel  || true
     245        mmd                     -o -i $(DISK_IMAGE) ::/bin/init    || true
    245246        mmd                     -o -i $(DISK_IMAGE) ::/home        || true
    246247        mdir             -/ -b -i $(DISK_IMAGE) ::/
Note: See TracChangeset for help on using the changeset viewer.