summary refs log tree commit diff
path: root/modules/system/boot/stage-2-init.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 17:07:53 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 17:07:53 +0100
commit93f82dfeefe2d13d83acd4a70f1c7c1f20054931 (patch)
tree91f6aa4720c5d2128761d3302a1f515c173359ce /modules/system/boot/stage-2-init.sh
parent67de234e1ca96eda70114a90b399230837363548 (diff)
downloadnixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar.gz
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar.bz2
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar.lz
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar.xz
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.tar.zst
nixpkgs-93f82dfeefe2d13d83acd4a70f1c7c1f20054931.zip
Remove outdated comment about EC2 booting into stage-2 directly
Diffstat (limited to 'modules/system/boot/stage-2-init.sh')
-rw-r--r--modules/system/boot/stage-2-init.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/system/boot/stage-2-init.sh b/modules/system/boot/stage-2-init.sh
index 5168028c119..67a4e0ed16d 100644
--- a/modules/system/boot/stage-2-init.sh
+++ b/modules/system/boot/stage-2-init.sh
@@ -25,9 +25,8 @@ setPath "@path@"
 
 
 # Normally, stage 1 mounts the root filesystem read/writable.
-# However, in some environments (such as Amazon EC2), stage 2 is
-# executed directly, and the root is read-only.  So make it writable
-# here.
+# However, in some environments, stage 2 is executed directly, and the
+# root is read-only.  So make it writable here.
 mount -n -o remount,rw /