diff options
Diffstat (limited to 'installer/distro-specs')
| -rw-r--r-- | installer/distro-specs/config-ubuntu | 3 | ||||
| -rw-r--r-- | installer/distro-specs/exclude-suse-10.1 | 2 | ||||
| -rw-r--r-- | installer/distro-specs/exclude-ubuntu | 6 |
3 files changed, 11 insertions, 0 deletions
diff --git a/installer/distro-specs/config-ubuntu b/installer/distro-specs/config-ubuntu new file mode 100644 index 00000000..a616b13d --- /dev/null +++ b/installer/distro-specs/config-ubuntu @@ -0,0 +1,3 @@ +dhcpd_conf="/etc/dhcp3/dhcpd.conf" +atftpd_conf="/etc/default/atftpd" +exports_conf="/etc/exports" diff --git a/installer/distro-specs/exclude-suse-10.1 b/installer/distro-specs/exclude-suse-10.1 index c293d897..385243fd 100644 --- a/installer/distro-specs/exclude-suse-10.1 +++ b/installer/distro-specs/exclude-suse-10.1 @@ -1,5 +1,6 @@ + /bin + /boot ++ /dev + /etc + /home + /lib @@ -22,6 +23,7 @@ - /lib/klibc/events/* - /boot/initrd* - /boot/grub +- /dev/* - /tmp/* - /root/* - /home/* diff --git a/installer/distro-specs/exclude-ubuntu b/installer/distro-specs/exclude-ubuntu index 36d0b1d9..ffbd904b 100644 --- a/installer/distro-specs/exclude-ubuntu +++ b/installer/distro-specs/exclude-ubuntu @@ -1,5 +1,6 @@ + /bin + /boot ++ /dev + /etc + /home + /lib @@ -7,8 +8,10 @@ + /media + /mnt + /opt ++ /proc + /root + /sbin ++ /sys + /tmp + /usr + /var @@ -19,6 +22,9 @@ - /lib/klibc/events/* - /boot/initrd* - /boot/grub +- /dev/* +- /proc/* +- /sys/* - /tmp/* - /root/* - /home/* |
