Skip to content

Commit 294c821

Browse files
committed
fs/install: add a debug point
1 parent 6c5043b commit 294c821

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fs/install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ if [ $INSTMED != this ]; then
194194
umount /mnt2
195195
umount /mnt
196196
;;
197+
*)
198+
echo "Reached unreachable point"
199+
exit 1
200+
;;
197201
esac
198202

199203
# force rescan partitions

0 commit comments

Comments
 (0)