]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/install/rc_installer
New Installer based on dracut hw-detection (uClibc removed).
[people/pmueller/ipfire-2.x.git] / config / install / rc_installer
1 #
2 # IPFire Installer RC
3 #
4
5 echo >/proc/sys/kernel/printk "1 4 1 7"
6 echo -n -e "\033[9;0]"
7
8 ln -snf /proc/self/fd/0 /dev/stdin
9 ln -snf /proc/self/fd/1 /dev/stdout
10 ln -snf /proc/self/fd/2 /dev/stderr
11 ln -s /proc/kcore /dev/core
12
13 echo "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
17 echo "Loading Installer..."
18 /bin/bash --login -c "/bin/install /dev/tty2"
19
20 /etc/halt