Skip to content

Commit

Permalink
Installer: Damn. Damn damn DAMN.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlemoor committed Jul 11, 2012
1 parent 4fba662 commit ded9c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer.SlackBuild
Expand Up @@ -162,7 +162,7 @@ LOADADDR="0xa00000"
SIZE="0x$(printf '%x' $(stat --format='%s' $TMP/mnt/initrd.gz))"
echo "ramfsfile=initrd.gz" >> $TMP/mnt/config.txt
echo "ramfsaddr=$LOADADDR" >> $TMP/mnt/config.txt
sed -i -e "s/\$/ initrd=$LOADADDR,$SIZE" $TMP/mnt/cmdline.txt
sed -i -e "s/\$/ initrd=$LOADADDR,$SIZE/" $TMP/mnt/cmdline.txt

# Assemble the README
cat $CWD/README.installer > $TMP/mnt/README
Expand Down

0 comments on commit ded9c40

Please sign in to comment.