Skip to content

Commit ae82068

Browse files
committed
installer: remove unneded umount executions
1 parent da3da9b commit ae82068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/opt/raspberrypi-ua-netinst/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ fi
18831883

18841884
if [ "${final_action}" != "console" ]; then
18851885
echo -n "Unmounting filesystems... "
1886-
for sysfolder in /dev /dev/pts /proc /sys /run; do
1886+
for sysfolder in /dev/pts /proc /sys; do
18871887
umount "/rootfs${sysfolder}"
18881888
done
18891889
umount /rootfs/boot

0 commit comments

Comments
 (0)