[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torouter/master] add fstab entries
commit cc9579c8b5c91c4154802b2a8ed9e431477b0a5b
Author: Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
Date: Sat Aug 20 22:44:52 2011 +0200
add fstab entries
---
packages/torouter-prep/configs/fstab | 2 ++
packages/torouter-prep/src/torouter_config.sh | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/packages/torouter-prep/configs/fstab b/packages/torouter-prep/configs/fstab
new file mode 100644
index 0000000..292e521
--- /dev/null
+++ b/packages/torouter-prep/configs/fstab
@@ -0,0 +1,2 @@
+# This is the weird boot partition (hopefully ext2/3/4 later)
+/dev/sda1 /boot vfat nodev,noexec,nosuid 0 0
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index deaa72b..106ffc3 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -88,6 +88,9 @@ zcat $config_dir/armrc.sample.gz > ~$ADMINUSER/.armrc
# Reconfigure /etc/inittab here
cp $config_dir/inittab /etc/inittab
+# Reconfigure fstab
+cp $config_dir/fstab /etc/fstab
+
# Configure the network
# eth0 is our "internet" interface with a dhcp client
cp $config_dir/interfaces /etc/network/interfaces
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits