aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@ubuntu.com>2010-06-03 02:21:20 +0200
committerAlexander Sack <asac@ubuntu.com>2010-06-03 02:21:20 +0200
commita6f441409bdc2503b4fdd2f0d93099e56467b9bb (patch)
tree2913d0f6deeaa4f672f386e638bcbc013b8b2158
parentf70523b73d0725711784c19e8865595b726c886a (diff)
do not require mkfs.reiserfs10.05
-rwxr-xr-xsetup_sdcard.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_sdcard.sh b/setup_sdcard.sh
index 9f3f2b0..e1717f2 100755
--- a/setup_sdcard.sh
+++ b/setup_sdcard.sh
@@ -22,7 +22,6 @@ ensure_command fdisk util-linux # threre is a fdisk binary provided by gnu-fdisk
ensure_command wget wget
ensure_command mkfs.ext3 e2fsprogs
ensure_command mkfs.ext4 e2fsprogs
-ensure_command mkfs.reiserfs reiserfsprogs
ensure_command mkimage uboot-mkimage
ensure_command md5sum coreutils
ensure_command realpath realpath