Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Jun 7, 2018
1 parent 27383ea commit e7070fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot-part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ swapon -s | tail -n -1 | cut -f 1 | while read swap_line; do
done
# CD-ROM
mkdir /mnt/cdrom
printf "$fstab_format" "/dev/sr0" "/mnt/cdrom" "auto" "noauto,ro" "0 0" >> /etc/fstab
printf "$fstab_format\n" "/dev/sr0" "/mnt/cdrom" "auto" "noauto,ro" "0 0" >> /etc/fstab

echo --- Configuring Networking

Expand Down

0 comments on commit e7070fe

Please sign in to comment.