Skip to content
Snippets Groups Projects

Add back persistance fsck option

Merged Luca Boccassi requested to merge bluca/live-boot:fsck into master
@@ -53,7 +53,7 @@ do
done
# udev dependencies
if [ "${MINIMAL:-}" != "true" ] && [ "${MINIMAL:-}" != "yes"
if [ "${MINIMAL:-}" != "true" ] && [ "${MINIMAL:-}" != "yes" ]
then
for FILE in /lib/udev/*_id
do
Loading