Changeset 3135 in MondoRescue for branches/3.0/mindi/rootfs/etc/init.d/rcS


Ignore:
Timestamp:
Jun 5, 2013, 11:01:13 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5333@localhost: bruno | 2013-06-05 18:23:12 +0200

  • rev is mandatory and included now in the boot part (not in minimal.conf)
  • Adds a /bin/true entry in a test case to avoid bash to whine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r3124 r3135  
    156156            elif [ _"$devtype" -eq _"0" ]; then
    157157                # Skipping a HDD
     158                /bin/true
    158159            elif [ _"$devtype" -eq _"5" ]; then
    159160                # Checking whether it's a CD or a tape in OBDR mode
Note: See TracChangeset for help on using the changeset viewer.