mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
partresize: Remove debugging line
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -44,8 +44,6 @@ case "${1}" in
|
|||||||
fi
|
fi
|
||||||
umount /boot > /dev/null
|
umount /boot > /dev/null
|
||||||
|
|
||||||
sleep 30
|
|
||||||
|
|
||||||
# Detect device
|
# Detect device
|
||||||
mount | while read -r dev tmp1 mountpoint tmp2; do
|
mount | while read -r dev tmp1 mountpoint tmp2; do
|
||||||
[ "${dev}" = "rootfs" ] && continue
|
[ "${dev}" = "rootfs" ] && continue
|
||||||
|
|||||||
Reference in New Issue
Block a user