aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/configs
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-10-04 16:13:54 +0200
committerficus <ficus@robocracy.org>2012-10-04 16:29:05 +0200
commit60eb2616ed83209b8e46aba14c19814ab4f4c1c6 (patch)
treea17d4c26d47148cb2b2c96470ecc22c993fcf7be /packages/torouter-prep/configs
parentfcf6a8630b7ae818e7719d6e811d01d9359388c3 (diff)
downloadtorouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.tar.gz
torouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.zip
sd card refactor
Diffstat (limited to 'packages/torouter-prep/configs')
-rw-r--r--packages/torouter-prep/configs/etc/fstab4
-rw-r--r--packages/torouter-prep/configs/sbin/copy2dream2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/torouter-prep/configs/etc/fstab b/packages/torouter-prep/configs/etc/fstab
index 7c48827..c4318d3 100644
--- a/packages/torouter-prep/configs/etc/fstab
+++ b/packages/torouter-prep/configs/etc/fstab
@@ -1,6 +1,6 @@
-/dev/sdc2 / auto relatime,rw 0 0
+/dev/sdb2 / auto relatime,rw 0 0
proc /proc proc none 0 0
sys /sys sysfs none 0 0
none /dev/pts devpts defaults 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev 0 0
-/dev/sdc1 /boot vfat defaults 0 0
+/dev/sdb1 /boot vfat defaults 0 0
diff --git a/packages/torouter-prep/configs/sbin/copy2dream b/packages/torouter-prep/configs/sbin/copy2dream
index 267c2b6..d171bdf 100644
--- a/packages/torouter-prep/configs/sbin/copy2dream
+++ b/packages/torouter-prep/configs/sbin/copy2dream
@@ -35,7 +35,7 @@ mknod /media/dev/null c 1 3
mknod /media/dev/ptmx c 5 2
# patch up /etc/fstab entry for /boot
-sed -e 's/sdc/sda/g' < /etc/fstab > /media/etc/fstab
+sed -e 's/sdb/sda/g' < /etc/fstab > /media/etc/fstab
# flash the kernel and create the device's keys
chroot /media /etc/init.d/first-run