Skip to content

Commit

Permalink
Fix hostname, #138
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Jan 11, 2020
1 parent 638532a commit ca5b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ chroot $outmnt passwd -d root


#Place the config files and installer script and give them the proper permissions
echo -n PrawnOS-Alpha > $outmnt/etc/hostname
echo -n PrawnOS > $outmnt/etc/hostname
cp -R $install_resources/ $outmnt/InstallResources/
# and the icons for the lockscreen and app menu
mkdir $outmnt/InstallResources/icons/
Expand Down

0 comments on commit ca5b93f

Please sign in to comment.