]> spindle.queued.net Git - xodist/commit
mkext3/mkjffs2: rework fstab/olpc.fth file generation during image creation
authorAndres Salomon <dilinger@collabora.co.uk>
Sat, 30 May 2009 00:13:25 +0000 (20:13 -0400)
committerAndres Salomon <dilinger@collabora.co.uk>
Sat, 30 May 2009 00:25:36 +0000 (20:25 -0400)
commit327c21cdf7408afb43afb62b6cc7dda9806a540d
tree3b7e932ceaa5c2cbd7f663ba82e46b3ed0910a8e
parent1b8908f7f5d529e47c6b23b40dad694563b6dffc
mkext3/mkjffs2: rework fstab/olpc.fth file generation during image creation

Rather than creating them from a script, copy them out of configs/*.  This
will also let us specify the partition layout in the fstab files.

Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
30 files changed:
configs/debian-lenny-i386/fstab-ext3 [new file with mode: 0644]
configs/debxo-awesome/fstab-ext3 [new file with mode: 0644]
configs/debxo-awesome/fstab-jffs2 [new file with mode: 0644]
configs/debxo-awesome/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-awesome/olpc.fth-jffs2 [new file with mode: 0644]
configs/debxo-gnome/fstab-ext3 [new file with mode: 0644]
configs/debxo-gnome/fstab-jffs2 [new file with mode: 0644]
configs/debxo-gnome/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-gnome/olpc.fth-jffs2 [new file with mode: 0644]
configs/debxo-kde/fstab-ext3 [new file with mode: 0644]
configs/debxo-kde/fstab-jffs2 [new file with mode: 0644]
configs/debxo-kde/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-kde/olpc.fth-jffs2 [new file with mode: 0644]
configs/debxo-lxde/fstab-ext3 [new file with mode: 0644]
configs/debxo-lxde/fstab-jffs2 [new file with mode: 0644]
configs/debxo-lxde/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-lxde/olpc.fth-jffs2 [new file with mode: 0644]
configs/debxo-sugar/fstab-ext3 [new file with mode: 0644]
configs/debxo-sugar/fstab-jffs2 [new file with mode: 0644]
configs/debxo-sugar/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-sugar/olpc.fth-jffs2 [new file with mode: 0644]
configs/debxo-xfce/fstab-ext3 [new file with mode: 0644]
configs/debxo-xfce/fstab-jffs2 [new file with mode: 0644]
configs/debxo-xfce/olpc.fth-ext3 [new file with mode: 0644]
configs/debxo-xfce/olpc.fth-jffs2 [new file with mode: 0644]
configs/generic/fstab-ext3 [new file with mode: 0644]
configs/generic/fstab-jffs2 [new file with mode: 0644]
functions.sh
mkext3.sh
mkjffs2.sh