diff options
author | ficus <ficus@robocracy.org> | 2012-10-04 16:13:54 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-10-04 16:29:05 +0200 |
commit | 60eb2616ed83209b8e46aba14c19814ab4f4c1c6 (patch) | |
tree | a17d4c26d47148cb2b2c96470ecc22c993fcf7be /packages/torouter-prep/configs/sbin | |
parent | fcf6a8630b7ae818e7719d6e811d01d9359388c3 (diff) | |
download | torouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.tar.gz torouter-60eb2616ed83209b8e46aba14c19814ab4f4c1c6.zip |
sd card refactor
Diffstat (limited to 'packages/torouter-prep/configs/sbin')
-rw-r--r-- | packages/torouter-prep/configs/sbin/copy2dream | 2 |
1 files changed, 1 insertions, 1 deletions
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 |