changeset 187:ff0cda6ac29b

Danny Cox pointed out that losetup gets called twice, and needs the path both times. (Ubuntu has sbin in the $PATH, Fedora doesn't...)
author Rob Landley <rob@landley.net>
date Tue, 03 Jul 2007 15:15:38 -0400
parents f8dac531cbb5
children ee8aefd2760b
files package-mini-native.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/package-mini-native.sh	Fri Jun 29 10:19:04 2007 -0400
+++ b/package-mini-native.sh	Tue Jul 03 15:15:38 2007 -0400
@@ -29,7 +29,7 @@
 mkdir "$WORK"/dev
 mknod "$WORK"/dev/console c 5 1
 umount "$WORK"
-losetup -d /dev/loop1
+/sbin/losetup -d /dev/loop1
 umount /dev
 sync
 EOF