This is a root file system for Slackware 12.0 for use with User Mode Linux. Created by Dave Houlden (david.houlden@gmail.com). 27th July 2007. The file system does not contain a complete installation of all Slackware packages. Extra packages can be installed as needed using the Slackware package utilities. ******************************************************************************* * Modified 9th November 2008 to apply updates for the following packages. * * bzip2-1.0.5-i486-1_slack12.0 * * glibc-zoneinfo-2.5-noarch-8_slack12.0 * * openssh-5.1p1-i486-1_slack12.0 * * openssl-solibs-0.9.8h-i486-1_slack12.0 * ******************************************************************************* * Modified 23rd October 2007 to apply updates for the following packages. * * glibc-zoneinfo-2.5-noarch-5_slack12.0 * * Added following packages. * * iputils-s20070202-i486-2 * * udev-111-i486-5 * * If you don't want udev then uninstall it or chmod -x /etc/rc.d/rc.udev * ******************************************************************************* * Modified 15th September 2007 to apply updates for the following packages. * * openssh-4.7p1-i486-1_slack12.0 * ******************************************************************************* I created root_fs_slack12.0 as follows. dd if=/dev/null of=root_fs_slack12.0 bs=1024 seek=$((1024*200)) mke2fs -j root_fs_slack12.0 mount -o loop root_fs_slack12.0 /mnt/hd Run installpkg with -root /mnt/hd and installed the following. aaa_base-12.0.0-noarch-1 aaa_elflibs-12.0.0-i486-3 aaa_terminfo-5.6-noarch-1 bash-3.1.017-i486-2 bin-11.1-i486-1 bzip2-1.0.4-i486-1 coreutils-6.9-i486-1 dcron-2.3.3-i486-6 devs-2.3.1-noarch-25 dialog-1.1_20070528-i486-1 e2fsprogs-1.39-i486-1 elvis-2.2_0-i486-2 etc-11.1-noarch-6 findutils-4.2.31-i486-1 glibc-solibs-2.5-i486-4 glibc-zoneinfo-2.5-noarch-4 grep-2.5-i486-3 gzip-1.3.12-i486-1 inetd-1.79s-i486-8 kbd-1.12-i486-2 less-394-i486-1 logrotate-3.7.4-i486-1 mailx-12.1-i486-1 module-init-tools-3.2.2-i486-3 net-tools-1.60-i486-1 network-scripts-12.0-noarch-4 openssh-4.6p1-i486-1 openssl-solibs-0.9.8e-i486-3 pkgtools-12.0.0-noarch-4 procps-3.2.7-i486-2 sed-4.1.5-i486-1 shadow-4.0.3-i486-14 sysklogd-1.4.1-i486-10 sysvinit-2.86-i486-5 sysvinit-scripts-1.2-noarch-13 tar-1.16.1-i486-1 util-linux-2.12r-i486-6 cd /mnt/hd/dev mknod ubda b 98 0 mknod ubda1 b 98 1 mknod ubdb b 98 16 mknod ubdb1 b 98 17 mknod ubdc b 98 32 mknod ubdc1 b 98 33 Create /mnt/hd/etc/fstab /dev/ubda / ext3 defaults 1 1 none /proc proc defaults 0 0 Add line to /mnt/hd/etc/initab c0:1235:respawn:/sbin/agetty 38400 tty0 linux Add line for tty0 to /mnt/hd/etc/securetty. ldconfig -l /mnt/hd/lib/* chmod a-x /mnt/hd/sbin/hwclock umount /mnt/hd and start uml using new filesystem. Login as root and set password to root. Run timeconfig and set the timezone to Europe/London. You can rerun timeconfig if you want your system to run with a different timezone.