Hopefully get the devices: target Ok now

This commit is contained in:
Pierre Labastie 2019-03-14 21:02:58 +00:00
parent 13c475babc
commit a659e46082

View file

@ -451,6 +451,8 @@ build_Makefile() { #
-e 's|mount|sudo &|' \
-e 's|mkdir|sudo &|' \
-e 's|\\$|&&|g' \
-e 's|\$|; \\\\|' \
-e 's|then|& :|' \
-e 's|\$\$LFS|$(MOUNT_PT)|g'`
teardown=`cat ../kernfs-scripts/teardown.sh | \
sed -e 's|^| |' \