Changeset 21406


Ignore:
Timestamp:
05/08/13 18:31:29 (11 years ago)
Author:
nit
Message:

[titan] cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r20768 r21406  
    7272                char* devicelist = command("cat /proc/diskstats | awk {'print $3'} | grep 'sd[a-z][0-9]'");
    7373                char* rootpart = command("cat /proc/cmdline | sed 's/^.*root=//;s/ .*$//' | sed 's!/dev/!!'");
    74 
    75                 if(file_exist("/var/baroot/ba/bainit"))
    76                         addchoicebox(device,"BA-IMAGE","BA-IMAGE");
    7774
    7875                if(devicelist != NULL && strlen(devicelist) != 0)
Note: See TracChangeset for help on using the changeset viewer.