Changeset 3220 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Dec 30, 2013, 10:46:21 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove dev.tgz from mindi (wasn't used and add the potential devices missing to udev-links.conf
Location:
branches/3.2/mindi
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/install.sh

    r3217 r3220  
    8181chmod 755 $locallib/mindi/rootfs/usr/sbin/*
    8282install -m 755 analyze-my-lvm $locallib/mindi
    83 install -m 644 msg-txt dev.tgz $locallib/mindi
     83install -m 644 msg-txt $locallib/mindi
    8484install -m 644 deplist.txt mindi.conf README.bootparam README.pxe $conf
    8585for f in deplist.d/*.conf; do
  • branches/3.2/mindi/rootfs/etc/udev-links.conf

    r2441 r3220  
    1919M ppp       c 108 0
    2020M loop0     b 7 0
     21M loop1     b 7 1
     22M loop2     b 7 2
    2123D net
    2224M net/tun   c 10 200
     
    5658
    5759M null      c   1 3
     60M zero      c   1 5
     61M ram0      c   1 0
     62M ram1      c   1 1
     63M ram2      c   1 2
    5864M fuse      c   10 229
Note: See TracChangeset for help on using the changeset viewer.