From 77a4d59ce232c27b63068390401e723488630c3c Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 11:23:25 +0100 Subject: 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 --- lx-trainer-vm/extra/update-home.sh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 lx-trainer-vm/extra/update-home.sh 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 -- cgit v1.2.3