Skip to content

Commit

Permalink
Remove call to deprecated BaseMount/BaseCleanMount functions (rocksto…
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggyFlox committed May 30, 2021
1 parent ca6a6df commit 535b1d4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ test -f /.profile && . /.profile
#--------------------------------------
echo "Configure image: [$kiwi_iname]..."

#======================================
# Mount system filesystems
#--------------------------------------
baseMount

#======================================
# Setup baseproduct link
#--------------------------------------
Expand Down Expand Up @@ -187,9 +182,4 @@ echo "# Set distributor for custom menu text" >> /etc/default/grub
echo 'GRUB_DISTRIBUTOR="Rockstor NAS"' >> /etc/default/grub
echo >> /etc/default/grub

#======================================
# Umount kernel filesystems
#--------------------------------------
baseCleanMount

exit 0

0 comments on commit 535b1d4

Please sign in to comment.