slitaz-base-files diff rootfs/sbin/mktazdevs.sh @ rev 343

fix ipinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 04 14:28:55 2020 +0000 (2020-10-04)
parents af25e2951d08
children
line diff
     1.1 --- a/rootfs/sbin/mktazdevs.sh	Thu Oct 08 00:32:28 2015 +0300
     1.2 +++ b/rootfs/sbin/mktazdevs.sh	Sun Oct 04 14:28:55 2020 +0000
     1.3 @@ -3,10 +3,10 @@
     1.4  # mktazdevs.sh: Make device files for SliTaz GNU/Linux
     1.5  # 2007/10/02 - 2015 <pankso@slitaz.org>
     1.6  #
     1.7 -# As of SliTaz 5.0 we have a radicaly minimal /dev tree for ARM and we
     1.8 +# As of SliTaz 5.0 we have a radically minimal /dev tree for ARM and we
     1.9  # use mdev to create devices nodes on the fly. On i486 we use udev and
    1.10  # mount a devtmpfs on /dev, minimal tree for udev is in: /lib/udev/devices
    1.11 -# This script yet be usefull to rescue a broken system but may be removed.
    1.12 +# This script could yet be useful to rescue a broken system but may be removed.
    1.13  #
    1.14  . /lib/libtaz.sh
    1.15