~morty/fai/trunk

« back to all changes in this revision

Viewing changes to lib/task_sysinfo

  • Committer: Thomas Lange
  • Date: 2018-02-02 10:53:53 UTC
  • Revision ID: git-v1:ca2ab8c0804c806e6f62a040b6ae617104c75625
do not activate soft RAID arrays during installation, only for inventory and sysinfo

setup-storage itself activates and stops RAID arrays and fails if the
kernel and udev automatically activates all RAID arrays during boot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# display some information about the system and save it to the logserver
4
4
 
 
5
# activate all software RAID arrays
 
6
echo DEVICE partitions > /etc/mdadm/mdadm.conf
 
7
udevadm trigger
5
8
 
6
9
# first show some hardware info
7
10
echo Showing system information.