This is a root file system for Slackware 10.2 for use with User Mode Linux. Created by Dave Houlden (david.houlden@gmail.com). 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_slack10.2 * * glibc-zoneinfo-2.3.5-noarch-11_slack10.2 * * openssh-5.0p1-i486-1_slack10.2 * ******************************************************************************* ******************************************************************************* * Modified 15th September 2007 to apply updates for the following packages. * * openssh-4.7p1-i486-1_slack10.2 * ******************************************************************************* ******************************************************************************* * Modified 27th July 2007 to apply updates for the following packages. * * bin-10.2-i486-2_10.2 * * glibc-solibs-2.3.5-i486-6_slack10.2 * * glibc-zoneinfo-2.3.5-noarch-7_slack10.2 * * gzip-1.3.5-i486-1_slack10.2 * * openssh-4.4p1-i486-1_slack10.2 * * openssl-solibs-0.9.7l-i486-1_slack10.2 * * tar-1.16-i486-1_slack10.2 * ******************************************************************************* I created root_fs_slack10.2 as follows. dd if=/dev/null of=root_fs_slack10.2 bs=1024 seek=$((1024*200)) mke2fs -j root_fs_slack10.2 mount -o loop root_fs_slack10.2 /mnt/hd Run installpkg with -root /mnt/hd and installed following. aaa_base-10.2.0-noarch-2 aaa_elflibs-10.2.0-i486-3 bash-3.0-i486-4 bin-10.2-i486-1 bzip2-1.0.3-i486-2 coreutils-5.2.1-i486-1 dcron-2.3.3-i486-5 devs-2.3.1-noarch-22 e2fsprogs-1.38-i486-2 elvis-2.2_0-i486-2 etc-5.1-noarch-10 findutils-4.1.7-i386-1 glibc-solibs-2.3.5-i486-5 glibc-zoneinfo-2.3.5-noarch-5 grep-2.5-i386-2 gzip-1.3.3-i386-2 inetd-1.79s-i486-7 kbd-1.12-i486-2 less-382-i486-1 logrotate-3.6.8-i486-1 module-init-tools-3.1-i486-1 nail-11.24-i486-1 openssh-4.3p1-i486-1 openssl-solibs-0.9.7g-i486-2 pkgtools-10.2.0-i486-5 procps-3.2.5-i486-1 sed-4.0.9-i486-2 shadow-4.0.3-i486-11 sysklogd-1.4.1-i486-9 sysvinit-2.84-i486-56 tar-1.15.1-i486-1 tcpip-0.17-i486-35 util-linux-2.12p-i486-2 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/* ldconfig -l /mnt/hd/lib/tls/* chmod a-x /mnt/hd/sbin/hwclock umount /mnt/hd and start uml using new filesystem. Login as root and set password to root.