]> git.ipfire.org Git - ipfire-2.x.git/blame - config/install/rc_installer
daq: Update to 2.0.4
[ipfire-2.x.git] / config / install / rc_installer
CommitLineData
6cf9e770
AF
1#
2# IPFire Installer RC
3#
4
5echo >/proc/sys/kernel/printk "1 4 1 7"
6echo -n -e "\033[9;0]"
7
8ln -snf /proc/self/fd/0 /dev/stdin
9ln -snf /proc/self/fd/1 /dev/stdout
10ln -snf /proc/self/fd/2 /dev/stderr
11ln -s /proc/kcore /dev/core
0f680bcc 12mount tmpfs -t tmpfs /tmp
6cf9e770
AF
13
14echo "Starting shells on tty2 and tty3 ..."
15/usr/local/bin/iowrap /dev/tty2 /bin/bash &
16/usr/local/bin/iowrap /dev/tty3 /bin/bash &
17
18echo "Loading Installer..."
19/bin/bash --login -c "/bin/install /dev/tty2"
20
21/etc/halt