Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Fix #46. The fix for #40 simply introduces a new problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Apr 21, 2013
1 parent 1069904 commit aa3c531
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ your itch, you can of course [write your own plugin](https://github.com/andsens/
* `ec2-run-user-data`: If the userdata starts with `#!` it will be executed
* `generate-ssh-hostkeys`: Generates hostkeys for sshd on first boot
* `expand-volume`: Expands the root partition to the volume size
* `change-root-uuid`: Regenerates the UUID of the root volume on first boot

*\*The bootup time was measured with [this script](https://gist.github.com/3813743)*

Expand Down
28 changes: 0 additions & 28 deletions init.d/change-root-uuid

This file was deleted.

8 changes: 0 additions & 8 deletions tasks/ec2/50-ec2-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
init_scripts+=("$scriptdir/init.d/ec2-get-credentials")
init_scripts+=("$scriptdir/init.d/ec2-run-user-data")
init_scripts+=("$scriptdir/init.d/expand-volume")

case $filesystem in
# xfs cannot change the UUID on mounted volumes
xfs) ;;
ext2) init_scripts+=("$scriptdir/init.d/change-root-uuid") ;;
ext3) init_scripts+=("$scriptdir/init.d/change-root-uuid") ;;
ext4) init_scripts+=("$scriptdir/init.d/change-root-uuid") ;;
esac

0 comments on commit aa3c531

Please sign in to comment.