Changeset 51 in MondoRescue for trunk/mindi/rootfs/sbin/init
- Timestamp:
- Oct 8, 2005, 12:50:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/rootfs/sbin/init
r30 r51 629 629 imgname="mondorescue" 630 630 if [ "`cat /proc/cmdline | grep -i prefix`" ] ; then 631 for i in "`cat /proc/cmdline`" do631 for i in "`cat /proc/cmdline`" ; do 632 632 if [ "`echo $i | grep -i prefix`" ] ; then 633 633 imgname=`echo $i | cut -d'=' -f2`
Note:
See TracChangeset
for help on using the changeset viewer.