-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from michaelolbrich/percent
allow percentages for image sizes
- Loading branch information
Showing
10 changed files
with
156 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
image test.ext2 { | ||
ext2 { | ||
label = "ext2test" | ||
fs-timestamp = "20000101000000" | ||
} | ||
size = 100% | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Filesystem volume name: ext2test | ||
Last mounted on: <not available> | ||
Filesystem magic number: 0xEF53 | ||
Filesystem revision #: 0 (original) | ||
Filesystem features: (none) | ||
Default mount options: (none) | ||
Filesystem state: clean | ||
Errors behavior: Unknown (continue) | ||
Filesystem OS type: Linux | ||
Inode count: 56 | ||
Block count: 68 | ||
Reserved block count: 3 | ||
Free blocks: 36 | ||
Free inodes: 5 | ||
First block: 1 | ||
Block size: 1024 | ||
Fragment size: 1024 | ||
Blocks per group: 72 | ||
Fragments per group: 72 | ||
Inodes per group: 56 | ||
Inode blocks per group: 7 | ||
Filesystem created: Sat Jan 1 00:00:00 2000 | ||
Last mount time: n/a | ||
Last write time: Sat Jan 1 00:00:00 2000 | ||
Mount count: 0 | ||
Maximum mount count: 20 | ||
Last checked: Sat Jan 1 00:00:00 2000 | ||
Check interval: 0 (<none>) | ||
Reserved blocks uid: 0 (user root) | ||
Reserved blocks gid: 0 (group root) | ||
|
||
|
||
Group 0: (Blocks 1-67) | ||
Primary superblock at 1, Group descriptors at 2-2 | ||
Block bitmap at 3 (+2) | ||
Inode bitmap at 4 (+3) | ||
Inode table at 5-11 (+4) | ||
36 free blocks, 5 free inodes, 18 directories | ||
Free blocks: 32-67 | ||
Free inodes: 52-56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters