summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordufourj2006-05-25 01:03:28 +0000
committerdufourj2006-05-25 01:03:28 +0000
commit5f876218f85880415e0b87fcb3e222a6c502f694 (patch)
tree9b2338ab56835516a5a57e8666c23fffd1a88ce7
parentc60d987228c653e19ce9f9386b3fef7fc28cb396 (diff)
Mise a jour pour pilipili :
- Creation de /dev/hdc* - Modification du fstab (mout de /dev/hdc1) - Hostname par defaut = pilipili
-rw-r--r--i/pc104/initrd/conf/fstab2
-rwxr-xr-xi/pc104/initrd/create.sh2
-rwxr-xr-xi/pc104/initrd/update.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/i/pc104/initrd/conf/fstab b/i/pc104/initrd/conf/fstab
index 431cd74..1f28b34 100644
--- a/i/pc104/initrd/conf/fstab
+++ b/i/pc104/initrd/conf/fstab
@@ -2,4 +2,4 @@
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
-/dev/hda1 /mnt/localsys ext2 ro 0 0
+/dev/hdc1 /mnt/localsys ext2 ro 0 0
diff --git a/i/pc104/initrd/create.sh b/i/pc104/initrd/create.sh
index 3057c97..51ea8c6 100755
--- a/i/pc104/initrd/create.sh
+++ b/i/pc104/initrd/create.sh
@@ -81,7 +81,7 @@ create_dev ()
# Serial
$makedev -v ttyS0 ttyS1 ttyS2
# Hard disk
- $makedev -v hda
+ $makedev -v hda hdc
# For initrd
#mknod -m 600 initctl p
# XXX Complete...
diff --git a/i/pc104/initrd/update.sh b/i/pc104/initrd/update.sh
index d04a125..1d7b31b 100755
--- a/i/pc104/initrd/update.sh
+++ b/i/pc104/initrd/update.sh
@@ -18,7 +18,7 @@ ROBOT_CONF_DIR="$ROBOT_BUILD_DIR/rc"
# Max size of the config directory (in bytes)
ROBOT_MAX_SIZE="4000000"
# Hostname of the robot
-ROBOT_HOST="nenuphar"
+ROBOT_HOST="pilipili"
# In autonomous mode, wait time for bringing up the ssh deamon
ROBOT_WAIT_TIME="2.5s"
# Compression