~ubuntu-installer/kickseed/master

« back to all changes in this revision

Viewing changes to initrd-kickseed

  • Committer: Joey Hess
  • Date: 2008-06-22 21:56:25 UTC
  • Revision ID: git-v1:ab54105eebd346419c5e8bc74d6914a25017bff4
Use new mountmedia command, instead of mountfloppy.

r53824

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
case $KSCFG in
103
103
        /floppy/*)
104
 
                mountfloppy || true
105
 
                trap 'umount /floppy || true' EXIT HUP INT QUIT TERM
 
104
                mountmedia floppy || true
 
105
                KSCFG="/media/${KSCFG#/floppy/}"
 
106
                trap 'umount /media || true' EXIT HUP INT QUIT TERM
106
107
                ;;
107
108
        /media/*)
108
109
                device="${KSCFG#/media/}"