VirtualBox/Preparing a disk image: Difference between revisions
No edit summary |
No edit summary |
||
Line 211: | Line 211: | ||
Processing delta metadata | Processing delta metadata | ||
Package(s) data still to download: 40 M | Package(s) data still to download: 40 M | ||
(1/13): cloog-ppl-0.15.7-1.fc12.i686.rpm | 81 kB 00:06 | (1/13): cloog-ppl-0.15.7-1.fc12.i686.rpm | 81 kB 00:06 | ||
(2/13): cpp-4.4.4-10.fc13.i686.rpm | 3.4 MB 01:47 | (2/13): cpp-4.4.4-10.fc13.i686.rpm | 3.4 MB 01:47 | ||
(3/13): dkms-2.1.0.1-1.fc12.noarch.rpm | 95 kB 00:09 | (3/13): dkms-2.1.0.1-1.fc12.noarch.rpm | 95 kB 00:09 | ||
Line 268: | Line 266: | ||
<li> {{Code|mount /dev/sr0 /mnt/cdrom/}} </li> | <li> {{Code|mount /dev/sr0 /mnt/cdrom/}} </li> | ||
<li> {{Code|cd /mnt/cdrom/}} </li> | <li> {{Code|cd /mnt/cdrom/}} </li> | ||
<li> {{Code|./VBoxLinuxAdditions-x86.run}}<br> | <li> {{Code|./VBoxLinuxAdditions-x86.run}}<br><br> | ||
* {{Code|dmsetup status}} | You may check the consumption status of the overlay by executing, | ||
* {{Code|dmsetup status}} <br> | |||
: reveals that 953440/2097152 (512-byte sectors) or 448 MB of the 1024 MB overlay file has been consumed by the installation process | |||
* If upgrading from one VirtualBox version to another, start with fresh virtual disks and machines built with the new versions to avoid breakage.<br> | * If upgrading from one VirtualBox version to another, start with fresh virtual disks and machines built with the new versions to avoid breakage.<br> | ||
</li> | </li> | ||
<li> reboot < | <li> {{Code|reboot}} <br> | ||
{{Show|<Terminal log:> | {{Show|<Terminal log:> | ||
|<pre> | |<pre> | ||
Line 302: | Line 301: | ||
live-osimg-min: 0 8388608 snapshot 2344/2344 24 | live-osimg-min: 0 8388608 snapshot 2344/2344 24 | ||
live-rw: 0 8388608 snapshot 953440/2097152 3720 | live-rw: 0 8388608 snapshot 953440/2097152 3720 | ||
</pre>}} | </pre>}}</li> | ||
</ol> | |||
<!-- | <!-- | ||
* Note that you will need to have the same kernel version as you have kernel-headers and kernel-devel | * Note that you will need to have the same kernel version as you have kernel-headers and kernel-devel |