Skip to content

Commit

Permalink
Rename ievms.reg to xp.reg for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed Jun 12, 2013
1 parent 72f48ba commit bfd8521
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ extract_initrd() {
copy_scripts() {
log "Copying scripts"
cp "/vagrant/control/stage2" "${initrd}/scripts/"
cp "/vagrant/control/ievms.reg" "${initrd}/scripts/"
cp "/vagrant/control/xp.reg" "${initrd}/scripts/"
cp "/vagrant/control/deuac.reg" "${initrd}/scripts/"
cp "/vagrant/control/reuac.reg" "${initrd}/scripts/"
cp "/vagrant/control/vboxga.bat" "${initrd}/scripts/"
Expand Down
2 changes: 1 addition & 1 deletion control/stage2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
cp /scripts/reuac.reg /disk/reuac.reg
else
ntfs-3g /dev/sda1 /disk -o rw,noatime
reged -IC /disk/WINDOWS/system32/config/system HKEY_LOCAL_MACHINE\\SYSTEM /scripts/ievms.reg
reged -IC /disk/WINDOWS/system32/config/system HKEY_LOCAL_MACHINE\\SYSTEM /scripts/xp.reg
fi
umount /disk 2>/dev/null
poweroff
File renamed without changes.

0 comments on commit bfd8521

Please sign in to comment.