From 48972a0bdcb3316e94e7327346188ec3f2b8b855 Mon Sep 17 00:00:00 2001
From: Stefan Heimersheim <stefan.heimersheim@rwth-aachen.de>
Date: Thu, 28 Mar 2019 00:21:27 +0100
Subject: [PATCH] Removed skip unmount option because it does not work.

Removed the following line, add later when it works again:
ubiquity ubiquity/partman-skip-unmount boolean true
---
 preseed/lip.seed | 1 -
 1 file changed, 1 deletion(-)

diff --git a/preseed/lip.seed b/preseed/lip.seed
index e568839..a91650a 100644
--- a/preseed/lip.seed
+++ b/preseed/lip.seed
@@ -3,4 +3,3 @@ d-i ubiquity/success_command string sh /isodevice/preseed/lip-success.sh
 d-i clock-setup/utc boolean false
 d-i time/zone string Europe/Berlin
 ubiquity ubiquity/use_nonfree boolean true
-ubiquity ubiquity/partman-skip-unmount boolean true
-- 
GitLab