]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/install/rc_installer
Remove unmounting errors after installation.
[people/pmueller/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
12
13echo "Starting shells on tty2 and tty3 ..."
14/usr/local/bin/iowrap /dev/tty2 /bin/bash &
15/usr/local/bin/iowrap /dev/tty3 /bin/bash &
16
17echo "Loading Installer..."
18/bin/bash --login -c "/bin/install /dev/tty2"
19
20/etc/halt