]> git.ipfire.org Git - ipfire-2.x.git/blob - config/install/rc_installer
snort: Update urls for rules download (2.9.7.0) in 'ids.cgi'
[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 mount tmpfs -t tmpfs /tmp
13
14 echo "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
18 echo "Loading Installer..."
19 /bin/bash --login -c "/bin/install /dev/tty2"
20
21 /etc/halt