From 9e39c0aefe70839d48419572b5807afdfbfd1a7e Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 8 Nov 2003 15:18:59 +0000 Subject: + * pbuilder-user-mode-linux: add fsck --- ChangeLog | 4 ++++ debian/changelog | 1 + pbuilder-user-mode-linux | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5854170..3bf9990 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-08 Junichi Uekawa + + * pbuilder-user-mode-linux: add fsck + 2003-11-06 Junichi Uekawa * pdebuild-user-mode-linux.1: update documentation. diff --git a/debian/changelog b/debian/changelog index b2017cc..f44b18c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pbuilder (0.94) UNRELEASED; urgency=low * pdebuild-user-mode-linux: support --configfile as pdebuild does. + * fsck before mount, in pbuilder-user-mode-linux -- Junichi Uekawa Thu, 6 Nov 2003 07:18:31 +0900 diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index be1e705..35eabbb 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -64,6 +64,10 @@ ${UML_DEBUGMODE} mount -t proc /proc /proc mount -t tmpfs /tmp /tmp +if ! fsck /dev/ubd/1; then + echo "E: Failed to fsck /dev/ubd/1" + exit 1 +fi if ! mount -t ext2 /dev/ubd/1 ${UML_CHROOT_MOUNTPOINT}; then echo "E: Cannot mount /dev/ubd/1, is UML root image accessible as current user?" exit 1 -- cgit v1.2.3