www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 12ef03361f913ce40fd34667f6465574e31a7503
parent a8e0a8d3ba88a5c95b1e99545de39e83fb0474b2
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 20 Apr 2018 00:26:59 +0200

Add mount of /proc

Diffstat:
Mmount.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mount.sh b/mount.sh @@ -5,3 +5,4 @@ sudo losetup -o $((512*6843753)) /dev/loop1 mandrake.raw sudo mount /dev/loop0 /mnt sudo mount /dev/loop1 /mnt/home sudo mount -t devpts devpts /mnt/dev/pts +sudo mount -t proc proc /mnt/proc