Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
capsicum: update test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Nov 28, 2015
1 parent dc944a9 commit 650f4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -149,7 +149,7 @@ for this method of testing.
Create a file to use as the disk for user-mode Linux (UML):

# Create (sparse) empty file
dd if=/dev/zero of=tools/testing/capsicum/test.img bs=1 count=0 seek=500GB
dd if=/dev/zero of=tools/testing/capsicum/test.img bs=1 count=0 seek=500MB
# Make an ext3 filesystem in it
mke2fs -t ext3 -F tools/testing/capsicum/test.img

Expand All @@ -159,7 +159,7 @@ Mount the new file system somewhere:

Put an Ubuntu base system onto it:

sudo debootstrap --arch=amd64 precise /mnt http://archive.ubuntu.com/ubuntu
sudo debootstrap --arch=amd64 --include libsctp1 trusty /mnt http://archive.ubuntu.com/ubuntu

Replace some key files:

Expand Down

0 comments on commit 650f4c9

Please sign in to comment.