# HG changeset patch # User Paul Boddie # Date 1237245230 -3600 # Node ID 88ac821c1c64e4d2e6c31014205c5b444253c5ed # Parent 213169cb119b1db3d9d3782db7d92712130bfe99 Fixed mounted ISO image location reference. diff -r 213169cb119b -r 88ac821c1c64 README.txt --- a/README.txt Sun Aug 03 17:37:07 2008 +0200 +++ b/README.txt Tue Mar 17 00:13:50 2009 +0100 @@ -75,7 +75,9 @@ distribution already mounted in the filesystem. For example: user-setup file:///cdrom -user-setup file:///home/me/downloads/kubuntu-7.04-alternate-i386.iso + +sudo mount -o loop /home/me/downloads/kubuntu-7.04-alternate-i386.iso /tmp/cdrom +user-setup file:///tmp/cdrom An URI must be specified as the "mirror" location, not a normal filename.