se505-buildsystem/stage1.skel/etc/init.d/rcS

21 lines
324 B
Plaintext
Raw Permalink Normal View History

2007-06-15 15:11:23 +02:00
#!/bin/sh
2007-06-15 15:12:22 +02:00
sleep 5
2007-06-15 15:11:23 +02:00
mount -t proc proc /proc
mount -t ext2 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/
2007-06-15 15:12:22 +02:00
#while [ $? -ne 0 ]; do
# sleep 5
# mount -t ext2 /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/
# sleep 5
#done
2007-06-15 15:11:23 +02:00
cd /mnt
/sbin/pivot_root . initrd
mount -t proc proc /proc
mount -t devfs none /dev
kill -1 1