From: Ulrich Dangel Date: Sun, 15 Nov 2009 15:48:50 +0000 (+0100) Subject: Do not run MAKEDEV inside the chroot. X-Git-Tag: v0.33~22 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=ffde5ba593416cae705b4a8c92e945bff8dc5e13 Do not run MAKEDEV inside the chroot. --- diff --git a/chroot-script b/chroot-script index a711641..93e2133 100755 --- a/chroot-script +++ b/chroot-script @@ -116,15 +116,6 @@ EOF } # }}} -# create default devices {{{ -makedev() { - if ! [ -r /dev/hda20 ] ; then - echo "Creating generic devices in /dev - this might take a while..." - cd /dev && MAKEDEV generic - fi -} -# }}} - # make sure services do not start up {{{ install_policy_rcd() { if ! [ -r /usr/sbin/policy-rc.d ] ; then @@ -427,7 +418,7 @@ finalize() { # }}} # execute the functions {{{ - for i in chrootmirror grmlrepos kernelimg_conf makedev install_policy_rcd \ + for i in chrootmirror grmlrepos kernelimg_conf install_policy_rcd \ kernel packages extrapackages reconfigure hosts interfaces \ timezone fstab hostname initrd grub_config passwords custom_scripts \ services ; do