diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/drakx-in-chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index e7c0d23f8..312c5abfd 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -89,6 +89,8 @@ mount($dir, "$SLASH_LOCATION$prefix_ROOTED", "-o bind"); $repository_uri ||= $repository_without_arch if !$remote_repository; mount($repository_uri, "$SLASH_LOCATION$MEDIA_LOCATION_ROOTED", "-o bind") if $repository_uri; +# for draklive: +create_initial_devices(); mount('/dev', "$SLASH_LOCATION/dev", " --bind -o ro"); mount('none', "$SLASH_LOCATION/proc", "-t proc"); mount('none', "$SLASH_LOCATION/sys", "-t sysfs"); @@ -114,8 +116,6 @@ if ($disk_iso_repository) { symlinkf('media' . $repository_arch, "$SLASH_LOCATION$IMAGE_LOCATION_ROOTED"); create_initial_symlinks(); -# for draklive: -create_initial_devices(); apply_stage2_updates(); |