Skip to content

Commit

Permalink
Fixed >> that should have been >
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 18, 2009
1 parent a7c1e99 commit b33a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge/merge.sh
Expand Up @@ -88,7 +88,7 @@ cp -av /x86/boot/*-generic /x86_64/boot/x86/
cp ../grubmenu.txt /x86_64/boot/grub/menu.lst

# Set the hostname.
echo "fatelf" >> /x86_64/etc/hostname
echo "fatelf" > /x86_64/etc/hostname

# Hack: force hald to regenerate cache on each run, since it writes a size_t
# in there that causes crashes when you switch between 64 and 32 bit mode.
Expand Down

0 comments on commit b33a1b0

Please sign in to comment.