From c5fccc19ec76fd99ca63b38c764fe89360fde092 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 25 Jul 2007 18:02:53 +0000 Subject: 2007-07-25 Jeremy Katz * fsset.py (allocateLoopback): Use /dev/loopX instead of /tmp/loopX * urlinstall.py (UrlInstallMethod.systemMounted): Use /dev/loop0 instead of /tmp/loop. (UrlInstallMethod.systemUnmounted): Likewise. * rescue.py (runRescue): Loop devices made generally now. * harddrive.py (HardDriveInstallMethod.mountMedia): Use /dev/loop3 instead of /tmp/loop (HardDriveInstallMethod.umountMedia): Likewise. * image.py (CdromInstallMethod.systemUnmounted): Use /dev/loop0 instead of /tmp/loop (CdromInstallMethod.systemMounted): Likewise. (NfsIsoInstallMethod.mountImage): Likewise for /dev/loop3 (NfsIsoInstallMethod.umountImage): Likewise. (findIsoImages): Likewise for /dev/loop2. * iutil.py (makeDriveDeviceNodes): Make loop devices. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6cf62f792..a7f513fdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2007-07-25 Jeremy Katz + + * fsset.py (allocateLoopback): Use /dev/loopX instead of /tmp/loopX + + * urlinstall.py (UrlInstallMethod.systemMounted): Use /dev/loop0 + instead of /tmp/loop. + (UrlInstallMethod.systemUnmounted): Likewise. + + * rescue.py (runRescue): Loop devices made generally now. + + * harddrive.py (HardDriveInstallMethod.mountMedia): Use /dev/loop3 + instead of /tmp/loop + (HardDriveInstallMethod.umountMedia): Likewise. + + * image.py (CdromInstallMethod.systemUnmounted): Use /dev/loop0 + instead of /tmp/loop + (CdromInstallMethod.systemMounted): Likewise. + (NfsIsoInstallMethod.mountImage): Likewise for /dev/loop3 + (NfsIsoInstallMethod.umountImage): Likewise. + (findIsoImages): Likewise for /dev/loop2. + + * iutil.py (makeDriveDeviceNodes): Make loop devices. + 2007-07-25 Peter Jones * gptsync/gptsync.c (write_mbr): print something when we're -- cgit