Added image + updated shadow/home dir/groups/passwd + script to mount image

This commit is contained in:
xdrm-brackets 2017-01-20 12:31:53 +01:00
parent 76152cd72d
commit 7cc407dad3
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.img

4
clone/mount_image Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
sudo mount -o loop,rw,offset=70254592 ./original.img /mnt;
cd /mnt;