/usr/local/jetapps/usr/share/rear/layout/recreate/default
### Verify that a filesystem has been mounted at $TARGET_FS_ROOT (by default /mnt/local) ### Failure would lead to OOM conditions (restore to the ramdisk) if diff -u <( df -P $TARGET_FS_ROOT ) <( df -P / ) >/dev/null ; then Error "No filesystem mounted on '$TARGET_FS_ROOT'. Stopping." fi
.
Edit
..
Edit
100_confirm_layout_code.sh
Edit
120_confirm_wipedisk_disks.sh
Edit
150_wipe_disks.sh
Edit
200_run_layout_code.sh
Edit
220_verify_layout.sh
Edit
250_verify_mount.sh
Edit
README.wipe_disks
Edit