Added image + updated shadow/home dir/groups/passwd + script to mount image
This commit is contained in:
parent
76152cd72d
commit
7cc407dad3
|
@ -0,0 +1 @@
|
|||
*.img
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo mount -o loop,rw,offset=70254592 ./original.img /mnt;
|
||||
cd /mnt;
|
Loading…
Reference in New Issue