Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2949 by niro, Mon Jun 13 15:03:52 2016 UTC revision 2950 by niro, Thu Jun 16 08:43:55 2016 UTC
# Line 559  install_system_settings() Line 559  install_system_settings()
559   clearconfig   clearconfig
560   if [[ -n ${BOOTHDD} ]]   if [[ -n ${BOOTHDD} ]]
561   then   then
562   addconfig -e "UUID=$(get_uuid ${BOOTHDD})\t/\t${FORMAT_FILESYSTEM_BOOTHDD}\tnoatime\t1 1"   addconfig -e "UUID=$(get_uuid ${BOOTHDD})\t/boot\t${FORMAT_FILESYSTEM_BOOTHDD}\tdefaults,noatime\t1 1"
563   fi   fi
564   if [[ -n ${ROOTHDD} ]]   if [[ -n ${ROOTHDD} ]]
565   then   then
566   addconfig -e "UUID=$(get_uuid ${ROOTHDD})\t/\t${FORMAT_FILESYSTEM_ROOTHDD}\tnoatime\t0 0"   addconfig -e "UUID=$(get_uuid ${ROOTHDD})\t/\t${FORMAT_FILESYSTEM_ROOTHDD}\tdefaults,noatime\t0 0"
567   fi   fi
568   if [[ -n ${SWAPHDD} ]]   if [[ -n ${SWAPHDD} ]]
569   then   then

Legend:
Removed from v.2949  
changed lines
  Added in v.2950