Changeset 903 in MondoRescue for trunk/mindi/rootfs/sbin/untar-and-softlink


Ignore:
Timestamp:
Oct 25, 2006, 1:49:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r862:888 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/rootfs/sbin/untar-and-softlink

    r30 r903  
    11#!/bin/sh
     2#
     3# $Id$
     4#
     5########################################################################
     6
    27
    38Die() {
     
    2025else
    2126    while [ ! -f "$tarball" ] ; do
    22     echo -e -n "Please insert data (floppy) disk #$diskno and press ENTER."
    23     read line
    24     mount /dev/fd0 -t ext2 -o ro $mountpoint
    25     [ -f "$tarball" ] || umount $mountpoint ; # unmount if tarball not on disk
    26     echo -en "Working..."
     27        echo -e -n "Please insert data (floppy) disk #$diskno and press ENTER."
     28        read line
     29        mount /dev/fd0 -t ext2 -o ro $mountpoint
     30        [ -f "$tarball" ] || umount $mountpoint ; # unmount if tarball not on disk
     31        echo -en "Working..."
    2732    done
    2833fi
Note: See TracChangeset for help on using the changeset viewer.