Skip to content
Snippets Groups Projects
Commit cbe16aae authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

remove mounting partitions via fstab

parent 237ab2fe
Branches
No related tags found
No related merge requests found
......@@ -9,11 +9,6 @@ beginLogEntry "run disks preparation"
. /opt/diskspreparation.sh
finishLogEntry "done"
beginLogEntry "mount target disks"
cat /tmp/fstab.target >> /etc/fstab
mount -a
finishLogEntry "done"
if [ -f /opt/runinstaller.sh ];
then
. /opt/runinstaller.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment