VirtualBox/Preparing a disk image: Difference between revisions
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
# toggle 1 boot | # toggle 1 boot | ||
# quit | # quit | ||
# umount /dev/sda1 -- F-11 auto mounts the disk, so unmount it for the next script | # <s>umount /dev/sda1 -- F-11 auto mounts the disk, so unmount it for the next script</s> (not mounted on Soas2-200904231400.iso) | ||
# /mnt/live/LiveOS/livecd-iso-to-disk --overlay-size-mb 300 --home-size-mb 160 --unencrypted-home --delete-home /dev/sr0 /dev/sda1 | # /mnt/live/LiveOS/livecd-iso-to-disk --overlay-size-mb 300 --home-size-mb 160 --unencrypted-home --delete-home /dev/sr0 /dev/sda1 | ||
#* the --overlay-size-mb NNN option creates space for persistence of changes on the disk; otherwise, a liveOS disk is read-only. | #* the --overlay-size-mb NNN option creates space for persistence of changes on the disk; otherwise, a liveOS disk is read-only. | ||
Line 33: | Line 33: | ||
# su - | # su - | ||
# yum install dkms gcc make ppl binutils glibc-devel glibc-headers kernel-headers kernel-devel | # yum install dkms gcc make ppl binutils glibc-devel glibc-headers kernel-headers kernel-devel | ||
yum.log: | |||
Apr 27 21:42:42 Updated: libgcc-4.4.0-1.i586 | |||
Apr 27 21:42:44 Updated: libgomp-4.4.0-1.i586 | |||
Apr 27 21:42:47 Installed: ppl-0.10.1-1.fc11.i586 | |||
Apr 27 21:42:48 Installed: cloog-ppl-0.15-0.8.git1334c.fc11.i586 | |||
Apr 27 21:42:54 Updated: cpp-4.4.0-1.i586 | |||
Apr 27 21:43:03 Installed: binutils-2.19.51.0.2-17.fc11.i586 | |||
Apr 27 21:43:59 Installed: kernel-devel-2.6.29.1-102.fc11.i586 | |||
Apr 27 21:44:04 Installed: kernel-headers-2.6.29.1-102.fc11.i586 | |||
Apr 27 21:44:05 Installed: 1:make-3.81-15.fc11.i586 | |||
Apr 27 21:44:09 Installed: glibc-headers-2.9.90-19.i586 | |||
Apr 27 21:44:11 Installed: glibc-devel-2.9.90-19.i586 | |||
Apr 27 21:44:21 Installed: gcc-4.4.0-1.i586 | |||
Apr 27 21:44:24 Installed: dkms-2.0.19.1-2.fc11.noarch</blockquote> | |||
# go to VirtualBox Devices Menu->Install Guest Additions | # go to VirtualBox Devices Menu->Install Guest Additions | ||
# mkdir /mnt/cdrom | # mkdir /mnt/cdrom |