~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to config/install/rc_installer

  • Committer: Dirk Wagner
  • Date: 2014-12-23 08:02:23 UTC
  • mfrom: (4405.56.108)
  • Revision ID: git-v1:601f8347ccb1e9c5e3f250ff26d4097ecd698875
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
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