diff --git a/target/bootdisk/config.in b/target/bootdisk/config.in index 39cbd37ab..69f0379ed 100644 --- a/target/bootdisk/config.in +++ b/target/bootdisk/config.in @@ -31,6 +31,7 @@ pkgfilter sed ' / minicom / { p; d; }; / disktype / { p; d; }; / netkit-base / { p; d; }; / netkit-telnet / { p; d; }; / netkit-ftp / { p; d; }; / netkit-tftp / { p; d; }; +/ net-tools / { p; d; }; / sysvinit / { p; d; }; / pciutils / { p; d; }; / portmap / { p; d; }; / reiserfsprogs / { p; d; }; / rsync / { p; d; }; / setserial / { p; d; }; / tcpdump / { p; d; }; @@ -41,6 +42,9 @@ pkgfilter sed ' / popt / { p; d; }; / raidtools / { p; d; }; / mdadm / { p; d; }; / ntfsprogs / { P; d; }; / linux / { p; d; }; / ddrescue / { p; d; }; +/ iproute2 / { p; d; }; / wget / { p; d; }; +/ kiss / { p; d; }; + # Select some packages explicitely (architectures) / bin86 / { p; d; }; / cpuburn / { p; d; }; diff --git a/target/bootdisk/linuxrc2.sh b/target/bootdisk/linuxrc2.sh index 5d53ee1c8..add7a66a1 100644 --- a/target/bootdisk/linuxrc2.sh +++ b/target/bootdisk/linuxrc2.sh @@ -75,6 +75,7 @@ if [ -z "$autoboot" ]; then else cat <<- EOT > /sbin/login-shell #!/bin/bash + cd case "\$( tty )" in /dev/vc/1) echo "Running 'stone' now.."