diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:23:25 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:23:25 +0100 |
| commit | 77a4d59ce232c27b63068390401e723488630c3c (patch) | |
| tree | e61fbe2fa0600495a0ebc0589e2d95c4d8e031ad /lx-trainer-vm | |
| parent | b9c464159f3cb4de3433d69acea9e64123a5a51e (diff) | |
extra: remove extra scripts
dd-multi.sh now supports layers so there is no need for the
example/archived extra scripts.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'lx-trainer-vm')
| -rwxr-xr-x | lx-trainer-vm/extra/update-home.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lx-trainer-vm/extra/update-home.sh b/lx-trainer-vm/extra/update-home.sh deleted file mode 100755 index 2bdbf37..0000000 --- a/lx-trainer-vm/extra/update-home.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -mkfs.ext4 -F -L lxhome /dev/sde2 -mkfs.ext4 -F -L lxhome /dev/sdc2 -mkfs.ext4 -F -L lxhome /dev/sdd2 - -mount /dev/sde2 /mnt -mkdir /mnt/devel -chown 1000:1000 /mnt/devel -cp -a home-overlay/* /mnt/ -umount /mnt - -mount /dev/sdc2 /mnt -mkdir /mnt/devel -chown 1000:1000 /mnt/devel -cp -a home-overlay/* /mnt/ -umount /mnt - -mount /dev/sdd2 /mnt -mkdir /mnt/devel -chown 1000:1000 /mnt/devel -cp -a home-overlay/* /mnt/ -umount /mnt |
