X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=chroot-script;h=93e2133b459054fb5acae2a396462a89df469a6a;hb=ffde5ba593416cae705b4a8c92e945bff8dc5e13;hp=a711641bf58f81568848aaa4963c2c063fb1331b;hpb=d27799d91e7f4bda64cd520917d6a2d2b496e0c5;p=grml-debootstrap.git 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