Testing #52
closedExtend rootfs to support basic features of validation images, where appropriate
100%
Description
This is a tracking issue so that changes made to the rootfs, such as inittab and boot script updates or new utilities, can be associated with a specific need within BeagleBox development even if that need is extremely minor (such as adding an /etc/issue file).
This tracks rootfs changes up through the 1.0 release.
Updated by Hammel about 14 years ago
Add SD card FAT partition as a mount in fstab.
Add mount of /dev to tmpfs to inittab entries.
Add a getty to ttyS0 (doesn't run yet since a shell is already running on it).
Add a simple /etc/issue file.
Updated by Hammel about 14 years ago
Re-enabled audio, X.org, xterm, surf/webkit, mplayer, codecs, various utilities. This essentially attempts to being the BeagleBoard rootfs config back in line with the QEMU rootfs config.
Force xterm patch to include setting libXaw
Add patch to get around bug with webkit build using uClibc - The latter does not support pthread_getattr_np and this patch gets around that so webkit can build properly.
Move mount of /proc, /sys to rcS.
Move mount -a to rcS.
Updated by Hammel almost 14 years ago
Reverify these items are still in rootfs, then close this tracking issue. Future issues will be tracked separately.