index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-17 20:44:27 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-10-17 20:44:27 -0300 |
commit | 25a8ef823aa5430229366b09b722c5f49009a079 (patch) | |
tree | bb2fee71432dba8501fb5ae211860e2b92eef616 | |
parent | fc0f752561918cc3082c119cf0564c7cf5a6867c (diff) |
-rw-r--r-- | configs/xfce4/overlay/etc/rc.d/archiso | 2 |
diff --git a/configs/xfce4/overlay/etc/rc.d/archiso b/configs/xfce4/overlay/etc/rc.d/archiso index 661bcbd..735c297 100644 --- a/configs/xfce4/overlay/etc/rc.d/archiso +++ b/configs/xfce4/overlay/etc/rc.d/archiso @@ -11,7 +11,7 @@ scan_network () netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1) for net in ${netdev}; do stats=$(ifconfig ${net} | tr -s "\n" " ") - + done } scan_mount_pts () |